Move BLE passkey entry behind config flag.

This commit is contained in:
Pete Johanson
2020-05-18 15:07:37 -04:00
parent ba156498bd
commit d9ca07a914
3 changed files with 20 additions and 7 deletions

View File

@@ -13,6 +13,14 @@ config ZMK_BLE
select BT_GATT_DIS
select BT_GATT_BAS
if ZMK_BLE
config ZMK_BLE_PASSKEY_ENTRY
bool "Experimental: Requiring typing passkey from host to pair BLE connection"
default n
endif
module = ZMK_KSCAN
module-str = zmk_kscan
source "subsys/logging/Kconfig.template.log_config"