summaryrefslogtreecommitdiff
path: root/app/include/zmk/events
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/events')
-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 d175605..85b792b 100644
--- a/app/include/zmk/events/keycode_state_changed.h
+++ b/app/include/zmk/events/keycode_state_changed.h
@@ -14,7 +14,7 @@
struct keycode_state_changed {
struct zmk_event_header header;
- uint8_t usage_page;
+ uint16_t usage_page;
uint32_t keycode;
uint8_t implicit_modifiers;
bool state;