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 /keyboards/bioi | |
parent | 9c320bc5585c2aeb45d2909a0716595341482619 (diff) |
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)
Diffstat (limited to 'keyboards/bioi')
-rw-r--r-- | keyboards/bioi/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bioi/main.c b/keyboards/bioi/main.c index bba54dfab1..eb149eb7cd 100644 --- a/keyboards/bioi/main.c +++ b/keyboards/bioi/main.c @@ -56,7 +56,7 @@ extern keymap_config_t keymap_config; #include "virtser.h" #endif -#if (defined(RGB_MIDI) | defined(RGBLIGHT_ANIMATIONS)) & defined(RGBLIGHT_ENABLE) +#if defined(RGBLIGHT_ENABLE) #include "rgblight.h" #endif |