Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
|
@ -7,6 +7,3 @@
|
|||
#define RGBLIGHT_DEFAULT_VAL 87
|
||||
|
||||
#define SPLIT_HAND_PIN B5
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
|
|
|||
|
|
@ -56,8 +56,13 @@
|
|||
"soft_serial_pin": "D2",
|
||||
"transport": {
|
||||
"protocol": "serial",
|
||||
"sync_matrix_state": true,
|
||||
"sync_modifiers": true
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true,
|
||||
"modifiers": true,
|
||||
"oled": true
|
||||
}
|
||||
},
|
||||
"usb_detect": {
|
||||
"enabled": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue