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 /users | |
parent | 9c320bc5585c2aeb45d2909a0716595341482619 (diff) |
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)
Diffstat (limited to 'users')
-rw-r--r-- | users/sethBarberee/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/sethBarberee/config.h b/users/sethBarberee/config.h index 7e9fd7d2f1..f323b27368 100644 --- a/users/sethBarberee/config.h +++ b/users/sethBarberee/config.h @@ -28,9 +28,6 @@ # endif // Trim animations I don't use/like -# ifdef RGBLIGHT_ANIMATIONS -# undef RGBLIGHT_ANIMATIONS -# endif # ifndef RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_BREATHING # endif |