Migrate RGB Matrix config to info.json - M (#22908)
This commit is contained in:
parent
a90b45e832
commit
e30d0e5287
105 changed files with 1455 additions and 2301 deletions
|
@ -20,11 +20,6 @@
|
|||
#define MASTER_LEFT
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_LED_COUNT 83
|
||||
# define RGB_MATRIX_SPLIT { 39, 44 }
|
||||
#endif
|
||||
|
||||
#define B6_AUDIO
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812",
|
||||
"split_count": [39, 44]
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 83,
|
||||
"max_brightness": 150,
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
#define MASTER_LEFT
|
||||
#define SPLIT_MODS_ENABLE
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_LED_COUNT 100
|
||||
# define RGB_MATRIX_SPLIT { 48, 52 }
|
||||
#endif
|
||||
|
||||
#define AUDIO_PIN B6
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue