diff options
author | Drashna Jaelre <drashna@live.com> | 2022-12-01 13:06:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 13:06:45 -0800 |
commit | 50661ab65cc04c6400cd20037181dabba1872c86 (patch) | |
tree | 8e1bbd890bcc8fb09e2a83831d5c0f3e5f058048 /quantum/rgblight | |
parent | 9c320bc5585c2aeb45d2909a0716595341482619 (diff) |
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)
Diffstat (limited to 'quantum/rgblight')
-rw-r--r-- | quantum/rgblight/rgblight.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/quantum/rgblight/rgblight.h b/quantum/rgblight/rgblight.h index 46e8e07212..7693888462 100644 --- a/quantum/rgblight/rgblight.h +++ b/quantum/rgblight/rgblight.h @@ -68,23 +68,6 @@ |-----------------|-----------------------------------| *****/ -#ifdef RGBLIGHT_ANIMATIONS -// for backward compatibility -# define RGBLIGHT_EFFECT_BREATHING -# define RGBLIGHT_EFFECT_RAINBOW_MOOD -# define RGBLIGHT_EFFECT_RAINBOW_SWIRL -# define RGBLIGHT_EFFECT_SNAKE -# define RGBLIGHT_EFFECT_KNIGHT -# define RGBLIGHT_EFFECT_CHRISTMAS -# define RGBLIGHT_EFFECT_STATIC_GRADIENT -# define RGBLIGHT_EFFECT_RGB_TEST -# define RGBLIGHT_EFFECT_ALTERNATING -#endif - -#ifdef RGBLIGHT_STATIC_PATTERNS -# define RGBLIGHT_EFFECT_STATIC_GRADIENT -#endif - // clang-format off // check dynamic animation effects chose ? |