diff options
author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:59:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 09:59:31 -0700 |
commit | ad8630bd7229937877aa9a29693bbb8942a27abe (patch) | |
tree | b171d5043dae18000667442b2b4c165df239b561 /layouts/community/ortho_5x12/drashna/config.h | |
parent | f0da486fabdbe05023e03d89c000229410800713 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)
Diffstat (limited to 'layouts/community/ortho_5x12/drashna/config.h')
-rw-r--r-- | layouts/community/ortho_5x12/drashna/config.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/layouts/community/ortho_5x12/drashna/config.h b/layouts/community/ortho_5x12/drashna/config.h index 619b460a7b..61c95fed8f 100644 --- a/layouts/community/ortho_5x12/drashna/config.h +++ b/layouts/community/ortho_5x12/drashna/config.h @@ -20,8 +20,17 @@ #if defined(KEYBOARD_fractal) # define RGB_DI_PIN D2 # undef RGBLED_NUM -# define RGBLIGHT_ANIMATIONS -# define RGBLED_NUM 29 // Number of LEDs +# 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 +# define RGBLIGHT_EFFECT_TWINKLE +# define RGBLED_NUM 29 // Number of LEDs # undef RGBLIGHT_HUE_STEP # define RGBLIGHT_HUE_STEP 8 # undef RGBLIGHT_SAT_STEP |