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
|
|
@ -9,6 +9,9 @@
|
|||
#include <devicetree.h>
|
||||
#include <settings/settings.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(zmk, CONFIG_ZMK_LOG_LEVEL);
|
||||
|
||||
#include <zmk/matrix.h>
|
||||
#include <zmk/kscan.h>
|
||||
#include <zmk/endpoints.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue