forked from kofal.net/zmk
fix(bluetooth): Fix max pair settings for non-split.
This commit is contained in:
@@ -107,9 +107,6 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|||||||
|
|
||||||
if ZMK_SPLIT_BLE_ROLE_CENTRAL
|
if ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
|
|
||||||
config BT_MAX_PAIRED
|
|
||||||
default 2
|
|
||||||
|
|
||||||
config BT_MAX_CONN
|
config BT_MAX_CONN
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
@@ -153,6 +150,9 @@ if ZMK_BLE && !ZMK_SPLIT_BLE
|
|||||||
config BT_ID_MAX
|
config BT_ID_MAX
|
||||||
default 5
|
default 5
|
||||||
|
|
||||||
|
config BT_MAX_PAIRED
|
||||||
|
default 5
|
||||||
|
|
||||||
# Used to update the name to include the identity used
|
# Used to update the name to include the identity used
|
||||||
config BT_DEVICE_NAME_DYNAMIC
|
config BT_DEVICE_NAME_DYNAMIC
|
||||||
default y
|
default y
|
||||||
|
|||||||
Reference in New Issue
Block a user