|
@@ -1822,13 +1822,14 @@
|
1822
|
1822
|
* LED Type. Enable only one of the following two options.
|
1823
|
1823
|
*
|
1824
|
1824
|
*/
|
1825
|
|
-//#define RGB_LED
|
|
1825
|
+//#define RGB_LED // Enable for the Velleman RGB LED Add-on. https://www.velleman.eu/products/view/?id=430100
|
1826
|
1826
|
//#define RGBW_LED
|
1827
|
1827
|
|
1828
|
1828
|
#if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
|
1829
|
|
- #define RGB_LED_R_PIN 34
|
1830
|
|
- #define RGB_LED_G_PIN 43
|
1831
|
|
- #define RGB_LED_B_PIN 35
|
|
1829
|
+ // Pin defines for the RGB LED Add-on.
|
|
1830
|
+ #define RGB_LED_R_PIN 41
|
|
1831
|
+ #define RGB_LED_G_PIN 40
|
|
1832
|
+ #define RGB_LED_B_PIN 12
|
1832
|
1833
|
#define RGB_LED_W_PIN -1
|
1833
|
1834
|
#endif
|
1834
|
1835
|
|