Bump max BT connections for testing.
This commit is contained in:
parent
64b9963bca
commit
1951883def
1 changed files with 5 additions and 1 deletions
|
@ -95,7 +95,7 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
if ZMK_SPLIT_BLE_ROLE_CENTRAL
|
if ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
|
|
||||||
config BT_MAX_CONN
|
config BT_MAX_CONN
|
||||||
default 2
|
default 5
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -107,6 +107,10 @@ if ZMK_SPLIT_BLE_ROLE_PERIPHERAL
|
||||||
config ZMK_USB
|
config ZMK_USB
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|
||||||
|
config BT_MAX_CONN
|
||||||
|
default 5
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
Loading…
Reference in a new issue