1
0
Fork 0

Migrate recently introduced sync items (#22305)

This commit is contained in:
Joel Challis 2023-10-21 12:21:23 +01:00 committed by GitHub
parent 87b4bc17ed
commit 3f1b3a5125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 195 additions and 111 deletions

View file

@ -8,7 +8,9 @@
},
"split": {
"transport": {
"sync_matrix_state": true
"sync" :{
"matrix_state": true
}
}
},
"rgblight": {

View file

@ -7,9 +7,11 @@
"rgb_matrix": true
},
"split": {
"transport": {
"sync_matrix_state": true
"transport": {
"sync" :{
"matrix_state": true
}
}
},
"rgblight": {
"led_count": 58,