summaryrefslogtreecommitdiff
path: root/src/usb_hid.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-18 09:11:46 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-18 09:11:46 -0400
commitc1905745b3578037d1791bd634a3d1607cafd525 (patch)
tree6c16a1fd7b1a7602470950cbf46e0dc353c4f329 /src/usb_hid.c
parentb3babe2505fe4542e18967d90ccfc2783943243f (diff)
Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory. * Update includes to reference them properly. * Add `keymap.c` file from keymap, if found. * Toplevel CONFIG_ZMK_BLE aggregate config setting.
Diffstat (limited to 'src/usb_hid.c')
-rw-r--r--src/usb_hid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usb_hid.c b/src/usb_hid.c
index 80b2138..ee8ee13 100644
--- a/src/usb_hid.c
+++ b/src/usb_hid.c
@@ -5,8 +5,8 @@
#include <usb/class/usb_hid.h>
#include <dt-bindings/zmk/keys.h>
-#include "hid.h"
-#include "keymap.h"
+#include <zmk/hid.h>
+#include <zmk/keymap.h>
LOG_MODULE_REGISTER(zmk_usb_hid, CONFIG_ZMK_USB_HID_LOG_LEVEL);