summaryrefslogtreecommitdiff
path: root/src/hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hid.c')
-rw-r--r--src/hid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hid.c b/src/hid.c
index 8c42df5..faf3cfc 100644
--- a/src/hid.c
+++ b/src/hid.c
@@ -1,4 +1,4 @@
-#include "hid.h"
+#include <zmk/hid.h>
static struct zmk_hid_report report = {
.modifiers = 0,
@@ -53,4 +53,4 @@ int zmk_hid_release_key(zmk_key code)
struct zmk_hid_report *zmk_hid_get_report()
{
return &report;
-} \ No newline at end of file
+}