From ed5532bf94e93d25e35498cfd7a9040b0c69597b Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 24 May 2020 18:22:16 -0400 Subject: Add a mock kscan driver, working native_posix. * Unified logging to one module. * Mock kscan driver that simulates events. * Working native_posix board target for testing. --- Kconfig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Kconfig') 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" -- cgit v1.2.3