Migrate RGB Matrix config to info.json - RS (#22909)
This commit is contained in:
parent
de6ae3408c
commit
a90b45e832
72 changed files with 839 additions and 1201 deletions
|
@ -25,10 +25,3 @@
|
|||
# define OLED_DISPLAY_128X32
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_LED_COUNT 68
|
||||
# define RGB_MATRIX_SPLIT { 34, 34 }
|
||||
# define SPLIT_TRANSPORT_MIRROR
|
||||
#endif
|
||||
|
|
|
@ -106,6 +106,11 @@
|
|||
{"pin_a": "F7", "pin_b": "F6"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
|
@ -189,6 +194,7 @@
|
|||
{"flags": 4, "matrix": [9, 3], "x": 173, "y": 62}, // R SW27
|
||||
{"flags": 4, "matrix": [9, 2], "x": 188, "y": 62} // R SW26
|
||||
],
|
||||
"max_brightness": 128
|
||||
"max_brightness": 128,
|
||||
"split_count": [34, 34]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue