Browse Source

fix(bluetooth): Configs for non-splits.

xmkb
Pete Johanson 4 years ago
parent
commit
fb91be5164
  1. 8
      app/Kconfig

8
app/Kconfig

@ -128,6 +128,10 @@ endif @@ -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 @@ -138,10 +142,6 @@ config BT_MAX_PAIRED
endif
endif
endif
endmenu
config ZMK_KSCAN_MOCK_DRIVER

Loading…
Cancel
Save