rgblight_task logic fixes (#7214)
This commit is contained in:
committed by
Florian Didron
parent
50c6d1e178
commit
72f42d8e52
@@ -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