Browse Source

Bump max BT connections for testing.

xmkb
Pete Johanson 4 years ago
parent
commit
1951883def
  1. 6
      app/Kconfig

6
app/Kconfig

@ -95,7 +95,7 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL @@ -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 @@ -107,6 +107,10 @@ if ZMK_SPLIT_BLE_ROLE_PERIPHERAL
config ZMK_USB
default n
config BT_MAX_CONN
default 5
endif
endchoice

Loading…
Cancel
Save