diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 10d98e6..2309d2d 100644 --- a/app/Kconfig +++ b/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 |