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. --- boards/native_posix.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 boards/native_posix.conf (limited to 'boards/native_posix.conf') diff --git a/boards/native_posix.conf b/boards/native_posix.conf new file mode 100644 index 0000000..acccd99 --- /dev/null +++ b/boards/native_posix.conf @@ -0,0 +1,8 @@ +CONFIG_ZMK_KSCAN_MOCK_DRIVER=y +CONFIG_KSCAN=n +CONFIG_KSCAN_GPIO=n +CONFIG_GPIO=n +CONFIG_ZMK_BLE=n +CONFIG_LOG=y +CONFIG_KSCAN_LOG_LEVEL_DBG=y +CONFIG_ZMK_LOG_LEVEL_DBG=y -- cgit v1.2.3