diff options
author | Mubeen Khan <mubeen@mubeen.co> | 2020-10-11 23:17:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 23:17:04 -0500 |
commit | d45e7b3c1190209953d5ffefff39f23341dbd88c (patch) | |
tree | d49b709299c9e29e41fadfa6f20d2e8ee9159cdc /app/include/zmk/events/position-state-changed.h | |
parent | 7fc7a351170fb2017cb40e8de79b4535a936a6f6 (diff) | |
parent | ba73e5d4ac295cc67e03fca9f80030022b8f529c (diff) |
Merge pull request #7 from zmkfirmware/main
Update to stay even with upstream main
Diffstat (limited to 'app/include/zmk/events/position-state-changed.h')
-rw-r--r-- | app/include/zmk/events/position-state-changed.h | 1 |
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 |