summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_5x12/drashna/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-10-15 09:59:31 -0700
committerGitHub <noreply@github.com>2022-10-15 09:59:31 -0700
commitad8630bd7229937877aa9a29693bbb8942a27abe (patch)
treeb171d5043dae18000667442b2b4c165df239b561 /layouts/community/ortho_5x12/drashna/config.h
parentf0da486fabdbe05023e03d89c000229410800713 (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.h13
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