diff options
| author | Ryan | 2024-07-13 15:40:36 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-13 15:40:36 +0200 |
| commit | 875eb43a28fe04927d828c90806b125301c202fc (patch) | |
| tree | cf641315cbf6a99dceb0133c6ca0c83bfa5438ff /keyboards/dp60/config.h | |
| parent | 2908f0b8463b4f5473b966aef84222f8fb51a485 (diff) | |
`dp60`: move RGB Matrix LED config to data driven (#24022)
Diffstat (limited to 'keyboards/dp60/config.h')
| -rw-r--r-- | keyboards/dp60/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h index c2aa315291..37fddf45fe 100644 --- a/keyboards/dp60/config.h +++ b/keyboards/dp60/config.h @@ -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 |