summaryrefslogtreecommitdiffstats
path: root/keyboards/redox_w
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/redox_w')
-rw-r--r--keyboards/redox_w/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/redox_w/config.h b/keyboards/redox_w/config.h
index 810a236d9..349185ed3 100644
--- a/keyboards/redox_w/config.h
+++ b/keyboards/redox_w/config.h
@@ -39,12 +39,6 @@
#define ONESHOT_TIMEOUT 500
-
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.