Lots of work on split peripheral/central logic.

This commit is contained in:
Pete Johanson
2020-07-02 23:34:11 -04:00
parent a165db6358
commit be537d0656
8 changed files with 56 additions and 18 deletions

View File

@@ -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