diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-19 17:34:52 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-21 23:34:40 -0500 |
commit | f8e43932baef7db7639679ce4e00d0b22ea3b60c (patch) | |
tree | 73244796b83f644ab7498070b6b3f1517d0165c9 /app/include | |
parent | aa8efa70783b42a111118cd4fd0532c6026b23f3 (diff) |
refactor(app): remove zmk_action
zmk_action isn't referenced anywhere.
PR: #530
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/keys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/include/zmk/keys.h b/app/include/zmk/keys.h index 27d34b0..204de9c 100644 --- a/app/include/zmk/keys.h +++ b/app/include/zmk/keys.h @@ -10,7 +10,6 @@ #include <dt-bindings/zmk/keys.h> typedef uint32_t zmk_key; -typedef uint8_t zmk_action; typedef uint8_t zmk_mod; typedef uint8_t zmk_mod_flags; |