[1.1.x] Add Velleman RGB-LED Add-on support to K8400 configs (#10594)

This commit is contained in:
TerraBAS
2018-05-02 15:00:01 +02:00
committed by Scott Lahteine
parent da9f3868d5
commit ee7b6a5e68
2 changed files with 10 additions and 8 deletions

View File

@@ -1776,13 +1776,14 @@
* LED Type. Enable only one of the following two options.
*
*/
//#define RGB_LED
//#define RGB_LED // Enable for the Velleman RGB LED Add-on. https://www.velleman.eu/products/view/?id=430100
//#define RGBW_LED
#if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
#define RGB_LED_R_PIN 34
#define RGB_LED_G_PIN 43
#define RGB_LED_B_PIN 35
// Pin defines for the RGB LED Add-on.
#define RGB_LED_R_PIN 41
#define RGB_LED_G_PIN 40
#define RGB_LED_B_PIN 12
#define RGB_LED_W_PIN -1
#endif

View File

@@ -1776,13 +1776,14 @@
* LED Type. Enable only one of the following two options.
*
*/
//#define RGB_LED
//#define RGB_LED // Enable for the Velleman RGB LED Add-on. https://www.velleman.eu/products/view/?id=430100
//#define RGBW_LED
#if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
#define RGB_LED_R_PIN 34
#define RGB_LED_G_PIN 43
#define RGB_LED_B_PIN 35
// Pin defines for the RGB LED Add-on.
#define RGB_LED_R_PIN 41
#define RGB_LED_G_PIN 40
#define RGB_LED_B_PIN 12
#define RGB_LED_W_PIN -1
#endif