From 1951883def78d9771221a347a4a61c176907433c Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 17 Jul 2020 23:04:47 -0400 Subject: Bump max BT connections for testing. --- app/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/Kconfig') 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 -- cgit v1.2.3