NEOPIXEL_M150_DEFAULT

MarlinFirmware/Marlin#23066
This commit is contained in:
Scott Lahteine 2022-12-07 07:08:32 -06:00
parent 31275b17eb
commit 39b75a7f50
329 changed files with 329 additions and 0 deletions

View file

@ -3331,6 +3331,7 @@
#define NEOPIXEL2_PIXELS 15 // Number of LEDs in the second strip
#define NEOPIXEL2_BRIGHTNESS 127 // Initial brightness (0-255)
#define NEOPIXEL2_STARTUP_TEST // Cycle through colors at startup
#define NEOPIXEL_M150_DEFAULT -1 // Default strip for M150 without 'S'. Use -1 to set all by default.
#else
//#define NEOPIXEL2_INSERIES // Default behavior is NeoPixel 2 in parallel
#endif