lotus: Config I2C addresses of RGB LED controllers

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2022-12-28 16:51:23 +08:00
parent 5572c4e6ae
commit 9b36033085
3 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,9 @@
#define WS2812_PIO_USE_PIO1
#define DRIVER_COUNT 1
// Keyboard has 2 drivers, gridpad has 1
#define DRIVER_ADDR_1 0b0100000
#define DRIVER_ADDR_2 0b0100011
#define RGB_MATRIX_LED_COUNT 97
// For the numpad
// #define RGB_MATRIX_LED_COUNT 22

View File

@ -0,0 +1 @@
#define DRIVER_COUNT 2

View File

@ -0,0 +1 @@
#define DRIVER_COUNT 1