summaryrefslogtreecommitdiff
path: root/app/include/zmk/events/keycode-state-changed.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-11-03 00:21:20 -0500
committerPete Johanson <peter@peterjohanson.com>2020-11-03 00:21:20 -0500
commit32e715937379eea431b54cf73f15a785527f3aa1 (patch)
treec1c81c51745a9a71f3ff41668c4addec54153ad8 /app/include/zmk/events/keycode-state-changed.h
parent55b5936d00cd92e734e4fa8136ee30cf156ecec3 (diff)
refactor(hid): Mod defines in dedicated header.
Diffstat (limited to 'app/include/zmk/events/keycode-state-changed.h')
-rw-r--r--app/include/zmk/events/keycode-state-changed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/events/keycode-state-changed.h b/app/include/zmk/events/keycode-state-changed.h
index 4ded4e6..26d07ec 100644
--- a/app/include/zmk/events/keycode-state-changed.h
+++ b/app/include/zmk/events/keycode-state-changed.h
@@ -7,7 +7,7 @@
#pragma once
#include <zephyr.h>
-#include <dt-bindings/zmk/keys.h>
+#include <dt-bindings/zmk/modifiers.h>
#include <zmk/event-manager.h>
struct keycode_state_changed {