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.
This commit is contained in:
parent
9d5de4e922
commit
ed5532bf94
12 changed files with 228 additions and 12 deletions
8
boards/native_posix.conf
Normal file
8
boards/native_posix.conf
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue