NEOPIXEL_BKGD_ALWAYS_ON, CASE_LIGHT_USE_RGB_LED

MarlinFirmware/Marlin#20341
This commit is contained in:
Scott Lahteine 2021-01-29 00:47:41 -06:00
parent 6e05fb95b8
commit 1fea9ed5d4
467 changed files with 2449 additions and 1102 deletions

View file

@ -2585,6 +2585,7 @@
// Use a single NeoPixel LED for static (background) lighting
//#define NEOPIXEL_BKGD_LED_INDEX 0 // Index of the LED to use
//#define NEOPIXEL_BKGD_COLOR { 255, 255, 255, 0 } // R, G, B, W
//#define NEOPIXEL_BKGD_ALWAYS_ON // Keep the backlight on when other NeoPixels are off
#endif
/**