summaryrefslogtreecommitdiff
path: root/src/usb_hid.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-24 18:22:16 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-24 18:22:16 -0400
commited5532bf94e93d25e35498cfd7a9040b0c69597b (patch)
tree9ed29552fb54e94ecc2062f0db3b6321d24b7c4a /src/usb_hid.c
parent9d5de4e9229ad363a54bbcab0a6a60b07d5f19f5 (diff)
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.
Diffstat (limited to 'src/usb_hid.c')
-rw-r--r--src/usb_hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb_hid.c b/src/usb_hid.c
index ee8ee13..d7594a1 100644
--- a/src/usb_hid.c
+++ b/src/usb_hid.c
@@ -8,7 +8,7 @@
#include <zmk/hid.h>
#include <zmk/keymap.h>
-LOG_MODULE_REGISTER(zmk_usb_hid, CONFIG_ZMK_USB_HID_LOG_LEVEL);
+LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
static enum usb_dc_status_code usb_status;