summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-02 23:34:11 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 22:43:40 -0400
commitbe537d06565a38f5fcca8d5a1d0a7b7350b35d51 (patch)
tree7328b80497cf1edd8ad8efdba8fa804070235ef0 /app/Kconfig
parenta165db63586f37531d5050623bc5a7bc96793d49 (diff)
Lots of work on split peripheral/central logic.
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig16
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