Don't override RGB LED pins, by default

This commit is contained in:
Scott Lahteine
2019-04-07 16:31:34 -05:00
parent e9d9cf2b5b
commit a2b3ad6d0a
93 changed files with 369 additions and 369 deletions

View File

@ -2050,10 +2050,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