diff options
Diffstat (limited to 'keyboards/dilly/config.h')
| -rw-r--r-- | keyboards/dilly/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/dilly/config.h b/keyboards/dilly/config.h index 97a6e533b..d9ca4597c 100644 --- a/keyboards/dilly/config.h +++ b/keyboards/dilly/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 RGBLIGHT_HUE_STEP 8 | 48 | #define RGBLIGHT_HUE_STEP 8 |
| @@ -59,4 +55,4 @@ | |||
| 59 | #define ws2812_PORTREG PORTD | 55 | #define ws2812_PORTREG PORTD |
| 60 | #define ws2812_DDRREG DDRD | 56 | #define ws2812_DDRREG DDRD |
| 61 | 57 | ||
| 62 | #endif \ No newline at end of file | 58 | #endif |
