diff options
Diffstat (limited to 'keyboards/handwired/pteron/config.h')
-rw-r--r-- | keyboards/handwired/pteron/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/pteron/config.h b/keyboards/handwired/pteron/config.h index 9650839e3..d0b074c68 100644 --- a/keyboards/handwired/pteron/config.h +++ b/keyboards/handwired/pteron/config.h | |||
@@ -25,10 +25,5 @@ | |||
25 | /* Set 0 if debouncing isn't needed */ | 25 | /* Set 0 if debouncing isn't needed */ |
26 | #define DEBOUNCING_DELAY 5 // 5 is default | 26 | #define DEBOUNCING_DELAY 5 // 5 is default |
27 | 27 | ||
28 | /* key combination for command */ | ||
29 | #define IS_COMMAND() ( \ | ||
30 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
31 | ) | ||
32 | |||
33 | /* prevent stuck modifiers */ | 28 | /* prevent stuck modifiers */ |
34 | #define PREVENT_STUCK_MODIFIERS | 29 | #define PREVENT_STUCK_MODIFIERS |