diff options
Diffstat (limited to 'keyboards/sixshooter/config.h')
-rw-r--r-- | keyboards/sixshooter/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/sixshooter/config.h b/keyboards/sixshooter/config.h index 163a3ab43..3c4fd9699 100644 --- a/keyboards/sixshooter/config.h +++ b/keyboards/sixshooter/config.h | |||
@@ -31,7 +31,6 @@ | |||
31 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ | 31 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ |
32 | #define DIODE_DIRECTION COL2ROW | 32 | #define DIODE_DIRECTION COL2ROW |
33 | 33 | ||
34 | |||
35 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
36 | #define DEBOUNCING_DELAY 5 | 35 | #define DEBOUNCING_DELAY 5 |
37 | 36 | ||
@@ -68,11 +67,6 @@ | |||
68 | * | 67 | * |
69 | */ | 68 | */ |
70 | 69 | ||
71 | /* key combination for magic key command */ | ||
72 | #define IS_COMMAND() ( \ | ||
73 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
74 | ) | ||
75 | |||
76 | /* control how magic key switches layers */ | 70 | /* control how magic key switches layers */ |
77 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 71 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
78 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 72 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |