diff options
Diffstat (limited to 'keyboards/felix/config.h')
-rw-r--r-- | keyboards/felix/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/felix/config.h b/keyboards/felix/config.h index f70089af4..003fe87dc 100644 --- a/keyboards/felix/config.h +++ b/keyboards/felix/config.h | |||
@@ -42,8 +42,6 @@ | |||
42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
43 | ) | 43 | ) |
44 | 44 | ||
45 | /* prevent stuck modifiers */ | ||
46 | #define PREVENT_STUCK_MODIFIERS | ||
47 | 45 | ||
48 | /* there is no rgb underglow by default. */ | 46 | /* there is no rgb underglow by default. */ |
49 | #define RGB_DI_PIN | 47 | #define RGB_DI_PIN |
@@ -53,4 +51,4 @@ | |||
53 | #define RGBLIGHT_SAT_STEP 8 | 51 | #define RGBLIGHT_SAT_STEP 8 |
54 | #define RGBLIGHT_VAL_STEP 8 | 52 | #define RGBLIGHT_VAL_STEP 8 |
55 | 53 | ||
56 | #endif \ No newline at end of file | 54 | #endif |