diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 23:00:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 23:00:19 -0400 |
commit | 24836cdde80619d43cd1c41b0997d7eb0c16b2a6 (patch) | |
tree | 5bdb75c039ffff5100bbc9ab02454a3ad99c293b /app/Kconfig | |
parent | 8cd8933c87aadd2ce7b31c1367bfaad81fc2a36b (diff) | |
parent | 087574f607b4a500738b8155281cf24388ba4400 (diff) |
Merge pull request #94 from Nicell/split/default-conn-fix
Create proper fix for split default connection bug
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index be5a1e4..b26be48 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -124,6 +124,9 @@ config ZMK_USB config BT_MAX_CONN default 5 +config BT_GAP_AUTO_UPDATE_CONN_PARAMS + default n + endif endchoice |