summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-14 16:44:13 -0400
committerPete Johanson <peter@peterjohanson.com>2020-08-14 16:44:13 -0400
commit8b61beb2bbc62f754db670ad77266f84edde041d (patch)
tree2475c923f9316baa3368f2ae1f77e0e3b293ea31
parent3b4049f2f60be9cf021813e77a9886113d1e9363 (diff)
Bump max paired connections to 2 for central.
-rw-r--r--app/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig
index 4086955..be5a1e4 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -106,6 +106,10 @@ if ZMK_SPLIT_BLE_ROLE_CENTRAL
config BT_MAX_CONN
default 5
+config BT_MAX_PAIRED
+ # Bump this everywhere once we support switching active connections!
+ default 2
+
endif
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL