summaryrefslogtreecommitdiff
path: root/4x5/config.h
diff options
context:
space:
mode:
authortslil clingman <>2020-09-04 20:50:37 -0400
committertslil clingman <>2020-09-04 20:50:37 -0400
commit47a2156c2cef1f6ed2ea290fbe7633a00463a901 (patch)
treee07be5a53396ffa9cb8244c82da81bfbc0326e17 /4x5/config.h
parent57d70c986cc9b6c4238befabecded0397944b5a6 (diff)
RGB LEDS!
Diffstat (limited to '4x5/config.h')
-rw-r--r--4x5/config.h7
1 files changed, 5 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
//#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