Migrate RGB Matrix config to info.json - C (#22807)
This commit is contained in:
parent
c412b7fc42
commit
a5f1438f58
25 changed files with 211 additions and 330 deletions
|
@ -36,12 +36,4 @@
|
|||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 400000 /* 400000 */
|
||||
|
||||
#define DRIVER_1_LED_TOTAL 63
|
||||
#define DRIVER_2_LED_TOTAL 20
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL + 22)
|
||||
|
||||
#define RGB_MATRIX_SLEEP // turn off effects when suspended
|
||||
#define RGB_TRIGGER_ON_KEYDOWN
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define RGB_MATRIX_KEYRELEASES
|
||||
|
|
|
@ -174,7 +174,9 @@
|
|||
{ "flags": 2, "x":224, "y":51},
|
||||
{ "flags": 2, "x":224, "y":57},
|
||||
{ "flags": 2, "x":224, "y":64}
|
||||
]
|
||||
],
|
||||
"react_on_keyup": true,
|
||||
"sleep": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue