refactor: use new config options
This commit is contained in:
parent
44213b7c75
commit
e86d5f04ef
1 changed files with 7 additions and 1 deletions
|
@ -102,7 +102,6 @@ menuconfig ZMK_BLE
|
||||||
select BT_SMP_APP_PAIRING_ACCEPT
|
select BT_SMP_APP_PAIRING_ACCEPT
|
||||||
select BT_PERIPHERAL
|
select BT_PERIPHERAL
|
||||||
select BT_DIS
|
select BT_DIS
|
||||||
select BT_BAS
|
|
||||||
select BT_SETTINGS
|
select BT_SETTINGS
|
||||||
select SETTINGS
|
select SETTINGS
|
||||||
|
|
||||||
|
@ -157,6 +156,13 @@ config BT_PERIPHERAL_PREF_LATENCY
|
||||||
config BT_PERIPHERAL_PREF_TIMEOUT
|
config BT_PERIPHERAL_PREF_TIMEOUT
|
||||||
default 400
|
default 400
|
||||||
|
|
||||||
|
if ((!ZMK_SPLIT_ROLE_CENTRAL) || (!ZMK_SPLIT))
|
||||||
|
|
||||||
|
config BT_BAS
|
||||||
|
default y
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#ZMK_BLE
|
#ZMK_BLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue