summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-17 23:04:47 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 23:04:47 -0400
commit1951883def78d9771221a347a4a61c176907433c (patch)
treeeb494b0854c80252b85147f76cf9eb447dcc6fc6
parent64b9963bca66ec0d3d919e7a8d35d485fa2002e9 (diff)
Bump max BT connections for testing.
-rw-r--r--app/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig
index aa8be60..997409e 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -95,7 +95,7 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
if ZMK_SPLIT_BLE_ROLE_CENTRAL
config BT_MAX_CONN
- default 2
+ default 5
endif
@@ -107,6 +107,10 @@ if ZMK_SPLIT_BLE_ROLE_PERIPHERAL
config ZMK_USB
default n
+
+config BT_MAX_CONN
+ default 5
+
endif
endchoice