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/behavior.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/behavior.h')
-rw-r--r-- | app/include/zmk/behavior.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/include/zmk/behavior.h b/app/include/zmk/behavior.h index 6f5815f..428ae24 100644 --- a/app/include/zmk/behavior.h +++ b/app/include/zmk/behavior.h @@ -10,4 +10,10 @@ struct zmk_behavior_binding { char *behavior_dev; u32_t param1; u32_t param2; +}; + +struct zmk_behavior_binding_event { + int layer; + u32_t position; + s64_t timestamp; };
\ No newline at end of file |