dp60: move RGB Matrix LED config to data driven (#24022)

This commit is contained in:
Ryan 2024-07-13 23:40:36 +10:00 committed by GitHub
parent 2908f0b846
commit 875eb43a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 152 additions and 129 deletions

View file

@ -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