From ed5532bf94e93d25e35498cfd7a9040b0c69597b Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 24 May 2020 18:22:16 -0400 Subject: 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. --- src/usb_hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb_hid.c') 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 #include -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; -- cgit v1.2.3