Migrate recently introduced sync items (#22305)
This commit is contained in:
parent
87b4bc17ed
commit
3f1b3a5125
57 changed files with 195 additions and 111 deletions
|
@ -11,12 +11,6 @@
|
|||
|
||||
// Split configuration
|
||||
#define SPLIT_TRANSACTION_IDS_KB RPC_ID_SYNC_STATE_KB
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_WPM_ENABLE
|
||||
#define SPLIT_ACTIVITY_ENABLE
|
||||
|
||||
// SPI Configuration
|
||||
#define SPI_DRIVER SPID3
|
||||
|
|
|
@ -52,6 +52,16 @@
|
|||
{"pin_a": "C15", "pin_b": "C14", "resolution": 2}
|
||||
]
|
||||
}
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"activity": true,
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"matrix_state": true,
|
||||
"modifiers": true,
|
||||
"wpm": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue