🩹 Fix Overlord compile (#24947)
This commit is contained in:
parent
6ea192abe9
commit
847391cfc1
@ -30,18 +30,6 @@
|
|||||||
|
|
||||||
#include "leds.h"
|
#include "leds.h"
|
||||||
|
|
||||||
#if ENABLED(BLINKM)
|
|
||||||
#include "blinkm.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(PCA9632)
|
|
||||||
#include "pca9632.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(PCA9533)
|
|
||||||
#include "pca9533.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if EITHER(CASE_LIGHT_USE_RGB_LED, CASE_LIGHT_USE_NEOPIXEL)
|
#if EITHER(CASE_LIGHT_USE_RGB_LED, CASE_LIGHT_USE_NEOPIXEL)
|
||||||
#include "../../feature/caselight.h"
|
#include "../../feature/caselight.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -40,6 +40,18 @@
|
|||||||
#undef _NEOPIXEL_INCLUDE_
|
#undef _NEOPIXEL_INCLUDE_
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(BLINKM)
|
||||||
|
#include "blinkm.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(PCA9533)
|
||||||
|
#include "pca9533.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(PCA9632)
|
||||||
|
#include "pca9632.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LEDcolor type for use with leds.set_color
|
* LEDcolor type for use with leds.set_color
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user