summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/Kconfig b/Kconfig
index 7d06654..d778b64 100644
--- a/Kconfig
+++ b/Kconfig
@@ -21,13 +21,12 @@ config ZMK_BLE_PASSKEY_ENTRY
endif
-module = ZMK_KSCAN
-module-str = zmk_kscan
-source "subsys/logging/Kconfig.template.log_config"
+config ZMK_KSCAN_MOCK_DRIVER
+ bool "Enable mock kscan driver to simulate key presses"
+ default n
-module = ZMK_USB_HID
-module-str = zmk_usb_hid
+module = ZMK
+module-str = zmk
source "subsys/logging/Kconfig.template.log_config"
-
source "Kconfig.zephyr"