diff options
author | Brian Marsh <pezhore@gmail.com> | 2021-02-12 14:51:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 15:51:23 -0500 |
commit | 519032c61b462a5f96f741bebd8f505c12e92d3a (patch) | |
tree | 47a9437246c9c329e209eb37652d2f29055923b9 /keyboards/quark/keymaps/pezhore/config.h | |
parent | bedb72b0bc30db906b436e2fc820a4a6559a7520 (diff) | |
download | qmk_firmware-519032c61b462a5f96f741bebd8f505c12e92d3a.tar.gz qmk_firmware-519032c61b462a5f96f741bebd8f505c12e92d3a.zip |
Adding custom keymap for Quark keyboard (#11744)
* adding pezhore keymap
* Adding sarcasm/irony mark, unicode emoji
* removing numpad layer enum
Co-authored-by: Brian Marsh <brian.marsh@rangelabs.io>
Diffstat (limited to 'keyboards/quark/keymaps/pezhore/config.h')
-rw-r--r-- | keyboards/quark/keymaps/pezhore/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/quark/keymaps/pezhore/config.h b/keyboards/quark/keymaps/pezhore/config.h new file mode 100644 index 0000000000..824bad44af --- /dev/null +++ b/keyboards/quark/keymaps/pezhore/config.h @@ -0,0 +1,19 @@ +/* Copyright 2020 Nathan Spears + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once +#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC +#define TAPPING_TOGGLE 2 |