summaryrefslogtreecommitdiff
path: root/app/include/zmk/events/position-state-changed.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/events/position-state-changed.h')
-rw-r--r--app/include/zmk/events/position-state-changed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/include/zmk/events/position-state-changed.h b/app/include/zmk/events/position-state-changed.h
index f88080d..e4cbbbe 100644
--- a/app/include/zmk/events/position-state-changed.h
+++ b/app/include/zmk/events/position-state-changed.h
@@ -13,6 +13,7 @@ struct position_state_changed {
struct zmk_event_header header;
u32_t position;
bool state;
+ s64_t timestamp;
};
ZMK_EVENT_DECLARE(position_state_changed); \ No newline at end of file