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 000000000..824bad44a --- /dev/null +++ b/keyboards/quark/keymaps/pezhore/config.h | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | /* Copyright 2020 Nathan Spears | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | #define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC | ||
| 19 | #define TAPPING_TOGGLE 2 | ||
