refactor: allow BAS only on BLE peripherals
This commit is contained in:
parent
0d49691626
commit
9ef105522b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ config BT_PERIPHERAL_PREF_LATENCY
|
|||
config BT_PERIPHERAL_PREF_TIMEOUT
|
||||
default 400
|
||||
|
||||
if ((!ZMK_SPLIT_ROLE_CENTRAL) || (!ZMK_SPLIT))
|
||||
if (CONFIG_ZMK_BLE && !CONFIG_ZMK_SPLIT_ROLE_CENTRAL)
|
||||
|
||||
config BT_BAS
|
||||
default y
|
||||
|
|
Loading…
Add table
Reference in a new issue