mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-15 10:47:47 -06:00
Don't override RGB LED pins, by default
This commit is contained in:
parent
e9d9cf2b5b
commit
a2b3ad6d0a
93 changed files with 369 additions and 369 deletions
|
@ -2039,10 +2039,10 @@
|
|||
//#define RGBW_LED
|
||||
|
||||
#if EITHER(RGB_LED, RGBW_LED)
|
||||
#define RGB_LED_R_PIN 34
|
||||
#define RGB_LED_G_PIN 43
|
||||
#define RGB_LED_B_PIN 35
|
||||
#define RGB_LED_W_PIN -1
|
||||
//#define RGB_LED_R_PIN 34
|
||||
//#define RGB_LED_G_PIN 43
|
||||
//#define RGB_LED_B_PIN 35
|
||||
//#define RGB_LED_W_PIN -1
|
||||
#endif
|
||||
|
||||
// Support for Adafruit Neopixel LED driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue