NEOPIXEL_RGBW_LED => NEOPIXEL_LED

This commit is contained in:
Scott Lahteine 2017-11-23 16:41:04 -06:00
parent 04419af419
commit b8c65078fc
35 changed files with 35 additions and 35 deletions

View file

@ -1651,7 +1651,7 @@
* - Change to green once print has finished
* - Turn off after the print has finished and the user has pushed a button
*/
#if ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED) || ENABLED(PCA9632) || ENABLED(NEOPIXEL_RGBW_LED)
#if ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED) || ENABLED(PCA9632) || ENABLED(NEOPIXEL_LED)
#define PRINTER_EVENT_LEDS
#endif