diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:55:12 -0700 |
| commit | d021bedf50801161a49812f63c425b372347055b (patch) | |
| tree | 12664e74b67c630b324e6d78fd840ee2331cd3f4 /keyboards/exent | |
| parent | be1c9af209c491c13331fa1da895ce196ba2fcda (diff) | |
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/exent')
| -rw-r--r-- | keyboards/exent/config.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/keyboards/exent/config.h b/keyboards/exent/config.h index ad7938f17c..b653036321 100644 --- a/keyboards/exent/config.h +++ b/keyboards/exent/config.h | |||
| @@ -50,7 +50,17 @@ | |||
| 50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 51 | #define DEBOUNCE 5 | 51 | #define DEBOUNCE 5 |
| 52 | 52 | ||
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_EFFECT_BREATHING |
| 54 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 55 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 56 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 57 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 58 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 59 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 60 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 61 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 62 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 63 | |||
| 54 | 64 | ||
| 55 | /* | 65 | /* |
| 56 | * Feature disable options | 66 | * Feature disable options |
