summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 8 insertions, 0 deletions
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"