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
|
@ -30,10 +30,3 @@
|
|||
/* WB32 MCU has no default definition */
|
||||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 400000
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 47
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
|
|
|
@ -105,7 +105,8 @@
|
|||
{ "flags": 4, "matrix": [3, 9], "x": 183, "y": 64},
|
||||
{ "flags": 4, "matrix": [3, 10], "x": 204, "y": 64},
|
||||
{ "flags": 4, "matrix": [3, 11], "x": 224, "y": 64}
|
||||
]
|
||||
],
|
||||
"sleep": true
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_planck_mit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue