diff options
Diffstat (limited to 'keyboards/felix/config.h')
-rw-r--r-- | keyboards/felix/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/felix/config.h b/keyboards/felix/config.h index 003fe87dc..0e5dd9d2d 100644 --- a/keyboards/felix/config.h +++ b/keyboards/felix/config.h | |||
@@ -37,12 +37,6 @@ | |||
37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
39 | 39 | ||
40 | /* key combination for command */ | ||
41 | #define IS_COMMAND() ( \ | ||
42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
43 | ) | ||
44 | |||
45 | |||
46 | /* there is no rgb underglow by default. */ | 40 | /* there is no rgb underglow by default. */ |
47 | #define RGB_DI_PIN | 41 | #define RGB_DI_PIN |
48 | #define RGBLIGHT_ANIMATIONS | 42 | #define RGBLIGHT_ANIMATIONS |