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 810a236d9..349185ed3 100644 --- a/keyboards/redox_w/config.h +++ b/keyboards/redox_w/config.h | |||
@@ -39,12 +39,6 @@ | |||
39 | 39 | ||
40 | #define ONESHOT_TIMEOUT 500 | 40 | #define ONESHOT_TIMEOUT 500 |
41 | 41 | ||
42 | |||
43 | /* key combination for command */ | ||
44 | #define IS_COMMAND() ( \ | ||
45 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
46 | ) | ||
47 | |||
48 | /* | 42 | /* |
49 | * Feature disable options | 43 | * Feature disable options |
50 | * These options are also useful to firmware size reduction. | 44 | * These options are also useful to firmware size reduction. |