dp60: move RGB Matrix LED config to data driven (#24022)
This commit is contained in:
parent
2908f0b846
commit
875eb43a28
3 changed files with 152 additions and 129 deletions
|
|
@ -18,8 +18,7 @@
|
|||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
#define MATRIX_COLS 14
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
|
|
@ -35,5 +34,3 @@
|
|||
//rgb matrix setting
|
||||
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND
|
||||
#define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_VCC
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 72
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue