diff options
author | Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> | 2020-10-16 13:12:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 21:12:09 -0700 |
commit | 73699cccbce4bf04fb2667eb7c1d037f6163986a (patch) | |
tree | 6c3f2cc7e7630af5df8c2adb33067cb9472682d1 /keyboards/7splus/keymaps/salicylic/config.h | |
parent | 229dbcc547292e474113fdcaf508a3287564e946 (diff) |
[Keyboard] Add 7splus keyboard (#10538)
* Add 7splus keyboard.
A 85 keys ANSI Layout split keyboard.
Salicylic-acid3
* Update keyboards/7splus/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/7splus/keymaps/salicylic/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/7splus/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Added VIA keymap and a few updates
Adding a VIA Keymap
Updating the key layout diagram
Copywrite added for salicylic keymap
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/7splus/keymaps/salicylic/config.h')
-rw-r--r-- | keyboards/7splus/keymaps/salicylic/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/7splus/keymaps/salicylic/config.h b/keyboards/7splus/keymaps/salicylic/config.h new file mode 100644 index 0000000000..81ee8ef785 --- /dev/null +++ b/keyboards/7splus/keymaps/salicylic/config.h @@ -0,0 +1,22 @@ +/* Copyright 2020 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 |