diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-18 15:07:37 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-18 15:07:37 -0400 |
commit | d9ca07a914e0e7adcd6aacb9878cf49eb2e85553 (patch) | |
tree | d37f4f52dad3548d94ec19af867e9c014acf82c9 /Kconfig | |
parent | ba156498bdf4dfcbb32f27a5cecf4fc105d6c243 (diff) |
Move BLE passkey entry behind config flag.
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |