Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -41,9 +41,6 @@
|
|||
#endif
|
||||
|
||||
/* Split Transport Features */
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_TRANSACTION_IDS_KB TOUCH_ENCODER_SYNC, RGB_MENU_SYNC
|
||||
|
||||
/* LED Turbo DIP Switch */
|
||||
|
|
|
@ -65,6 +65,13 @@
|
|||
"cols": ["B9", "B8", "B4", "A6", "A3", "B10", "B12", "B11"],
|
||||
"rows": ["B15", "B14", "A8", "A13", "A7", null]
|
||||
}
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"qmk": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue