summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pteron/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pteron/config.h')
-rw-r--r--keyboards/handwired/pteron/config.h5
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 @@
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5 // 5 is default
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS