Add support for an RGBW LED
This commit is contained in:
parent
e7746ffee4
commit
dac21ec680
27 changed files with 150 additions and 60 deletions
|
|
@ -386,6 +386,6 @@
|
|||
|
||||
#define HAS_SOFTWARE_ENDSTOPS (ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS))
|
||||
#define HAS_RESUME_CONTINUE (ENABLED(NEWPANEL) || ENABLED(EMERGENCY_PARSER))
|
||||
#define HAS_COLOR_LEDS (ENABLED(BLINKM) || ENABLED(RGB_LED))
|
||||
#define HAS_COLOR_LEDS (ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED))
|
||||
|
||||
#endif //CONDITIONALS_LCD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue