rgblight_task logic fixes (#7214)
This commit is contained in:
committed by
Drashna Jaelre
parent
bd55396a45
commit
22812aee5c
@@ -22,7 +22,7 @@
|
||||
#include "debug.h"
|
||||
#include "rgblight_reconfig.h"
|
||||
|
||||
#if (defined(RGB_MIDI) | defined(RGBLIGHT_ANIMATIONS)) & defined(RGBLIGHT_ENABLE)
|
||||
#if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE)
|
||||
# include "rgblight.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user