diff options
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" |