feat(split): allow central to connect to multiple peripherals
This commit is contained in:
parent
f08802eaa7
commit
5d9ae8fffa
4 changed files with 130 additions and 72 deletions
|
|
@ -17,6 +17,10 @@ config ZMK_SPLIT_ROLE_CENTRAL
|
|||
|
||||
if ZMK_SPLIT_ROLE_CENTRAL
|
||||
|
||||
config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
|
||||
int "Number of peripherals that will connect to the central."
|
||||
default 1
|
||||
|
||||
config ZMK_SPLIT_BLE_CENTRAL_POSITION_QUEUE_SIZE
|
||||
int "Max number of key position state events to queue when received from peripherals"
|
||||
default 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue