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,10 +7,6 @@
|
|||
|
||||
#define MASTER_LEFT
|
||||
//#define MASTER_RIGHT
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
|
|
@ -22,7 +22,15 @@
|
|||
"tap_keycode_delay": 10
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D3"
|
||||
"soft_serial_pin": "D3",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"modifiers": true,
|
||||
"oled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
|
||||
#define MASTER_LEFT
|
||||
//#define MASTER_RIGHT
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
|
|
@ -22,7 +22,15 @@
|
|||
"tap_keycode_delay": 10
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D3"
|
||||
"soft_serial_pin": "D3",
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"modifiers": true,
|
||||
"oled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue