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/keymap.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/keymap.h')
-rw-r--r-- | app/include/zmk/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/keymap.h b/app/include/zmk/keymap.h index 6192587..b8f4969 100644 --- a/app/include/zmk/keymap.h +++ b/app/include/zmk/keymap.h @@ -11,4 +11,4 @@ int zmk_keymap_layer_activate(u8_t layer); int zmk_keymap_layer_deactivate(u8_t layer); int zmk_keymap_layer_toggle(u8_t layer); -int zmk_keymap_position_state_changed(u32_t position, bool pressed); +int zmk_keymap_position_state_changed(u32_t position, bool pressed, s64_t timestamp); |