diff options
Diffstat (limited to 'keyboards/30wer/config.h')
-rw-r--r-- | keyboards/30wer/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/30wer/config.h b/keyboards/30wer/config.h index d49758524..cf1bd72e5 100644 --- a/keyboards/30wer/config.h +++ b/keyboards/30wer/config.h | |||
@@ -22,10 +22,5 @@ | |||
22 | /* COL2ROW or ROW2COL */ | 22 | /* COL2ROW or ROW2COL */ |
23 | #define DIODE_DIRECTION COL2ROW | 23 | #define DIODE_DIRECTION COL2ROW |
24 | 24 | ||
25 | /* key combination for command */ | ||
26 | #define IS_COMMAND() ( \ | ||
27 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
28 | ) | ||
29 | |||
30 | /* prevent stuck modifiers */ | 25 | /* prevent stuck modifiers */ |
31 | #define PREVENT_STUCK_MODIFIERS | 26 | #define PREVENT_STUCK_MODIFIERS |