diff options
Diffstat (limited to 'keyboards/bastardkb/scylla/keymaps/cykedev/config.h')
-rw-r--r-- | keyboards/bastardkb/scylla/keymaps/cykedev/config.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/bastardkb/scylla/keymaps/cykedev/config.h b/keyboards/bastardkb/scylla/keymaps/cykedev/config.h new file mode 100644 index 000000000..3b2fa15b9 --- /dev/null +++ b/keyboards/bastardkb/scylla/keymaps/cykedev/config.h | |||
@@ -0,0 +1,42 @@ | |||
1 | // Copyright 2021 Christian Eiden, cykedev | ||
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 | #pragma once | ||
17 | |||
18 | // Select hand configuration | ||
19 | // #define MASTER_LEFT | ||
20 | // #define MASTER_RIGHT | ||
21 | #define EE_HANDS | ||
22 | |||
23 | #define BOOTMAGIC_LITE_ROW 0 | ||
24 | #define BOOTMAGIC_LITE_COLUMN 0 | ||
25 | |||
26 | #define BOOTMAGIC_LITE_ROW_RIGHT 0 | ||
27 | #define BOOTMAGIC_LITE_COLUMN_RIGHT 5 | ||
28 | |||
29 | #define TAPPING_TERM 200 | ||
30 | |||
31 | // Prevent normal rollover on alphas from accidentally triggering mods. | ||
32 | // #define IGNORE_MOD_TAP_INTERRUPT | ||
33 | |||
34 | // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. | ||
35 | // #define TAPPING_FORCE_HOLD | ||
36 | |||
37 | // Apply the modifier on keys that are tapped during a short hold of a modtap | ||
38 | // #define PERMISSIVE_HOLD | ||
39 | |||
40 | #define IGNORE_MOD_TAP_INTERRUPT_PER_KEY | ||
41 | |||
42 | #define FORCE_NKRO \ No newline at end of file | ||