Migrate RGB Matrix config to info.json (#22863)
This commit is contained in:
parent
a45107e152
commit
ce34549c26
37 changed files with 615 additions and 987 deletions
|
@ -13,9 +13,6 @@
|
|||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 400000
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 92
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
/* SPI Config for spi flash*/
|
||||
#define SPI_DRIVER SPIDQ
|
||||
#define SPI_SCK_PIN B3
|
||||
|
@ -24,7 +21,3 @@
|
|||
#define SPI_MOSI_PAL_MODE 5
|
||||
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
|
||||
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define RGB_MATRIX_KEYRELEASES
|
||||
|
|
|
@ -164,7 +164,9 @@
|
|||
{ "flags": 2, "x": 224, "y": 32},
|
||||
{ "flags": 2, "x": 224, "y": 48},
|
||||
{ "flags": 2, "x": 224, "y": 64}
|
||||
]
|
||||
],
|
||||
"react_on_keyup": true,
|
||||
"sleep": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ansi": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue