From 8b61beb2bbc62f754db670ad77266f84edde041d Mon Sep 17 00:00:00 2001
From: Pete Johanson <peter@peterjohanson.com>
Date: Fri, 14 Aug 2020 16:44:13 -0400
Subject: [PATCH] Bump max paired connections to 2 for central.

---
 app/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/Kconfig b/app/Kconfig
index 4086955a..be5a1e4a 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