diff options
author | Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> | 2019-11-26 13:46:03 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-25 20:46:03 -0800 |
commit | 397897180b2d6da69badfc438773668312e54d2a (patch) | |
tree | eaf0ebc2dc1630e4b66d91ad90e1ccba91479d54 /keyboards/7skb/keymaps/salicylic/config.h | |
parent | 36cde567abf6330887ac7175d1b1442f907f4fc1 (diff) |
[Keyboard] Add keyboard 7skb (#7468)
* Add keyboard 7skb
Add 7skb keyboard.
A 63 keys HHKB Layout keyboard.
Salicylic-acid3
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/salicylic/keymap.c
* Update keyboards/7skb/readme.md
* Update keyboards/7skb/readme.md
* Update keyboards/7skb/readme.md
* keymap update
Remove extra parts
* Delete rules.mk
* Update keyboards/7skb/rev1/rev1.c
Diffstat (limited to 'keyboards/7skb/keymaps/salicylic/config.h')
-rw-r--r-- | keyboards/7skb/keymaps/salicylic/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/7skb/keymaps/salicylic/config.h b/keyboards/7skb/keymaps/salicylic/config.h new file mode 100644 index 0000000000..cc4a3d4426 --- /dev/null +++ b/keyboards/7skb/keymaps/salicylic/config.h @@ -0,0 +1,23 @@ +/* Copyright 2018 Salicylic_acid3 + * + * 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 + +/* Select hand configuration */ + +#define TAPPING_FORCE_HOLD +#define TAPPING_TERM 180 +//#define MASTER_RIGHT |