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/tkl_ansi | |
parent | f0da486fabdbe05023e03d89c000229410800713 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)
Diffstat (limited to 'layouts/community/tkl_ansi')
-rw-r--r-- | layouts/community/tkl_ansi/brandonschlack/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/layouts/community/tkl_ansi/brandonschlack/config.h b/layouts/community/tkl_ansi/brandonschlack/config.h index df29654049..f7a21c81b0 100644 --- a/layouts/community/tkl_ansi/brandonschlack/config.h +++ b/layouts/community/tkl_ansi/brandonschlack/config.h @@ -16,5 +16,14 @@ #pragma once // Explicit RGB Animation Mode Include -#undef RGBLIGHT_ANIMATIONS +#undef RGBLIGHT_EFFECT_RAINBOW_MOOD +#undef RGBLIGHT_EFFECT_RAINBOW_SWIRL +#undef RGBLIGHT_EFFECT_SNAKE +#undef RGBLIGHT_EFFECT_KNIGHT +#undef RGBLIGHT_EFFECT_CHRISTMAS +#undef RGBLIGHT_EFFECT_STATIC_GRADIENT +#undef RGBLIGHT_EFFECT_RGB_TEST +#undef RGBLIGHT_EFFECT_ALTERNATING +#undef RGBLIGHT_EFFECT_TWINKLE + #define RGBLIGHT_EFFECT_BREATHING // Only have Breathing Animation |