Migrate RGB Matrix config to info.json - H (#22861)
This commit is contained in:
parent
c7b59a96df
commit
a45107e152
39 changed files with 413 additions and 681 deletions
|
@ -20,19 +20,4 @@
|
|||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
#define RGB_MATRIX_SPLIT \
|
||||
{ 43, 43 }
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 86
|
||||
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
|
||||
#define RGB_MATRIX_SLEEP
|
||||
#define RGB_MATRIX_CENTER \
|
||||
{ 112, 32 }
|
||||
|
||||
#define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC
|
||||
|
||||
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
|
||||
#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
|
||||
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
|
||||
#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
|
||||
|
|
|
@ -19,7 +19,17 @@
|
|||
"lto": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812"
|
||||
"animations": {
|
||||
"gradient_up_down": true,
|
||||
"gradient_left_right": true,
|
||||
"cycle_left_right": true,
|
||||
"cycle_out_in_dual": true
|
||||
},
|
||||
"center_point": [112, 32],
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 150,
|
||||
"sleep": true,
|
||||
"split_count": [43, 43]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "F6", "F5", "F4", "F1", "F0", "E6"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue