mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-28 00:45:18 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user