diff options
Diffstat (limited to 'keyboards/chocopad/config.h')
| -rw-r--r-- | keyboards/chocopad/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/chocopad/config.h b/keyboards/chocopad/config.h index bf861ccda..2163ff8bc 100644 --- a/keyboards/chocopad/config.h +++ b/keyboards/chocopad/config.h | |||
| @@ -40,10 +40,6 @@ | |||
| 40 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 40 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 41 | ) | 41 | ) |
| 42 | 42 | ||
| 43 | /* prevent stuck modifiers */ | ||
| 44 | #define PREVENT_STUCK_MODIFIERS | ||
| 45 | |||
| 46 | |||
| 47 | #ifdef RGB_DI_PIN | 43 | #ifdef RGB_DI_PIN |
| 48 | #define RGBLIGHT_ANIMATIONS | 44 | #define RGBLIGHT_ANIMATIONS |
| 49 | #define RGBLIGHT_HUE_STEP 8 | 45 | #define RGBLIGHT_HUE_STEP 8 |
| @@ -56,4 +52,4 @@ | |||
| 56 | #define ws2812_PORTREG PORTD | 52 | #define ws2812_PORTREG PORTD |
| 57 | #define ws2812_DDRREG DDRD | 53 | #define ws2812_DDRREG DDRD |
| 58 | 54 | ||
| 59 | #endif \ No newline at end of file | 55 | #endif |
