From d9ca07a914e0e7adcd6aacb9878cf49eb2e85553 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 18 May 2020 15:07:37 -0400 Subject: Move BLE passkey entry behind config flag. --- Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 2ab2c6f..7d06654 100644 --- a/Kconfig +++ b/Kconfig @@ -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" -- cgit v1.2.3