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 @@
|
|||
// the touch sensor to be on the master side
|
||||
#define MASTER_RIGHT
|
||||
|
||||
// Sync later, led, and mod state for use on OLED on slave side
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
// Transport dpi and enc mode for display on oled
|
||||
#define SPLIT_TRANSACTION_IDS_KB RPC_ID_KB_CONFIG_SYNC
|
||||
|
||||
|
|
|
@ -36,6 +36,13 @@
|
|||
{"pin_a": "GP21", "pin_b": "GP4"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
"modifiers": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": "https://github.com/chrishoage/spleeb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue