Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -13,8 +13,6 @@
|
|||
|
||||
/* any side can be master by default, enable split sync to support it */
|
||||
#define EE_HANDS
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_POINTING_ENABLE
|
||||
|
||||
/* SPI config for display/touchpad */
|
||||
|
|
|
@ -61,7 +61,13 @@
|
|||
"rows": ["GP28", "GP27", "GP26", "GP15"]
|
||||
},
|
||||
"split": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"modifiers": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue