add start of rgb config

This commit is contained in:
Jack Humbert 2018-09-13 17:41:05 -04:00
parent 0ad753d65a
commit 8a7dac1a97
2 changed files with 8 additions and 0 deletions

View File

@ -135,4 +135,11 @@
//#define WS2812_DMA_CHANNEL 7 // DMA channel for TIMx_UP
//#define WS2812_EXTERNAL_PULLUP
#define DRIVER_ADDR_1 0b1010000
#define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons.
#define DRIVER_COUNT 1
#define DRIVER_1_LED_TOTAL 47
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
#endif

View File

@ -53,4 +53,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
CUSTOM_MATRIX = yes # Custom matrix file
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = IS31FL3733
# SERIAL_LINK_ENABLE = yes