diff options
author | Kellen Carey <kellen.carey@gmail.com> | 2020-08-16 12:05:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 12:05:05 -0700 |
commit | a2603d106a287eb4e89e03955fdcfe8026efd152 (patch) | |
tree | 0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /app/Kconfig | |
parent | 5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff) | |
parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) |
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 4 |
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 |