From 47a2156c2cef1f6ed2ea290fbe7633a00463a901 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 4 Sep 2020 20:50:37 -0400 Subject: RGB LEDS! --- 4x5/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '4x5/config.h') diff --git a/4x5/config.h b/4x5/config.h index 1893ae1..5dd35ca 100644 --- a/4x5/config.h +++ b/4x5/config.h @@ -48,8 +48,11 @@ along with this program. If not, see . //#define MATRIX_HAS_GHOST /* WS2812 RGB LED strip input and number of LEDs */ -// #define RGB_DI_PIN D3 -// #define RGBLED_NUM 12 +#define RGB_DI_PIN D1 +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 6 +#define RGBLIGHT_SPLIT +#define RGBLED_SPLIT {3, 3} /* number of backlight levels */ // #define BACKLIGHT_LEVELS 3 -- cgit v1.3.1