diff options
Diffstat (limited to 'keyboards/gherkin/config.h')
| -rw-r--r-- | keyboards/gherkin/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/gherkin/config.h b/keyboards/gherkin/config.h index 4607962d7..34f38e35c 100644 --- a/keyboards/gherkin/config.h +++ b/keyboards/gherkin/config.h | |||
| @@ -43,10 +43,6 @@ | |||
| 43 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 43 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 44 | ) | 44 | ) |
| 45 | 45 | ||
| 46 | /* prevent stuck modifiers */ | ||
| 47 | #define PREVENT_STUCK_MODIFIERS | ||
| 48 | |||
| 49 | |||
| 50 | #ifdef RGB_DI_PIN | 46 | #ifdef RGB_DI_PIN |
| 51 | #define RGBLIGHT_ANIMATIONS | 47 | #define RGBLIGHT_ANIMATIONS |
| 52 | #define RGBLED_NUM 0 | 48 | #define RGBLED_NUM 0 |
| @@ -55,4 +51,4 @@ | |||
| 55 | #define RGBLIGHT_VAL_STEP 8 | 51 | #define RGBLIGHT_VAL_STEP 8 |
| 56 | #endif | 52 | #endif |
| 57 | 53 | ||
| 58 | #endif \ No newline at end of file | 54 | #endif |
