fix(bluetooth): Configs for non-splits.

This commit is contained in:
Pete Johanson 2020-09-09 14:33:09 -04:00
parent 39f980a06d
commit fb91be5164
1 changed files with 4 additions and 4 deletions

View File

@ -128,6 +128,10 @@ endif
endchoice
endif
endif
if ZMK_BLE && (!ZMK_SPLIT_BLE || ZMK_SPLIT_BLE_ROLE_CENTRAL)
config BT_MAX_CONN
@ -138,10 +142,6 @@ config BT_MAX_PAIRED
endif
endif
endif
endmenu
config ZMK_KSCAN_MOCK_DRIVER