nullbitsco/snap: once again reduce size of bongo_reactive (#23284)
This commit is contained in:
parent
1fa84ea83c
commit
2893038fda
1 changed files with 4 additions and 1 deletions
|
@ -28,8 +28,11 @@
|
|||
// Selectively undefine to save space
|
||||
// VIA support won't fit otherwise
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#undef RGBLIGHT_EFFECT_TWINKLE
|
||||
#undef RGBLIGHT_EFFECT_ALTERNATING
|
||||
#undef RGBLIGHT_EFFECT_CHRISTMAS
|
||||
#undef RGBLIGHT_EFFECT_RGB_TEST
|
||||
#undef RGBLIGHT_EFFECT_SNAKE
|
||||
#undef RGBLIGHT_EFFECT_TWINKLE
|
||||
#endif //RGB LIGHT_ENABLE
|
||||
|
||||
// Split Options
|
||||
|
|
Loading…
Reference in a new issue