diff options
Diffstat (limited to 'keyboards/redox_w/config.h')
-rw-r--r-- | keyboards/redox_w/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/redox_w/config.h b/keyboards/redox_w/config.h index 810a236d9a..349185ed30 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. |