lotus: Config I2C addresses of RGB LED controllers
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
5572c4e6ae
commit
9b36033085
@ -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
|
||||
|
||||
1
keyboards/lotus/keymaps/78_ansi/config.h
Normal file
1
keyboards/lotus/keymaps/78_ansi/config.h
Normal file
@ -0,0 +1 @@
|
||||
#define DRIVER_COUNT 2
|
||||
1
keyboards/lotus/keymaps/gridpad/config.h
Normal file
1
keyboards/lotus/keymaps/gridpad/config.h
Normal file
@ -0,0 +1 @@
|
||||
#define DRIVER_COUNT 1
|
||||
Loading…
x
Reference in New Issue
Block a user