Lots of work on split peripheral/central logic.
This commit is contained in:
parent
a165db6358
commit
be537d0656
8 changed files with 56 additions and 18 deletions
16
app/Kconfig
16
app/Kconfig
|
|
@ -86,6 +86,22 @@ config ZMK_SPLIT_BLE
|
|||
depends on ZMK_BLE
|
||||
default y
|
||||
|
||||
if ZMK_SPLIT_BLE
|
||||
|
||||
choice ZMK_SPLIT_BLE_ROLE
|
||||
bool "BLE Role For Split Communication"
|
||||
default ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
bool "Central"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL
|
||||
bool "Peripheral"
|
||||
|
||||
endchoice
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue