Migrate RGB Matrix config to info.json - A (#22798)
This commit is contained in:
parent
0a6913b682
commit
60f0132bd5
38 changed files with 458 additions and 618 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* LED Indicators */
|
||||
#define LED_MAC_OS_PIN C10
|
||||
#define LED_WIN_LOCK_PIN C11
|
||||
|
@ -41,11 +40,3 @@
|
|||
#define DRIVER_ADDR_2 0b1110111
|
||||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 400000 /* 400000 */
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 87
|
||||
|
||||
#define RGB_TRIGGER_ON_KEYDOWN
|
||||
#define RGB_MATRIX_SLEEP // turn off effects when suspended
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
|
|
|
@ -155,7 +155,9 @@
|
|||
{ "flags": 4, "matrix": [5, 15], "x":210, "y": 64},
|
||||
{ "flags": 4, "matrix": [5, 16], "x":224, "y": 64}
|
||||
|
||||
]
|
||||
],
|
||||
"react_on_keyup": true,
|
||||
"sleep": true
|
||||
},
|
||||
"community_layouts": ["tkl_ansi"],
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue