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
11
Kconfig
11
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue