refactor(app): remove zmk_action

zmk_action isn't referenced anywhere.

PR: #530
This commit is contained in:
innovaker 2020-12-19 17:34:52 +00:00 committed by Pete Johanson
parent aa8efa7078
commit f8e43932ba

View file

@ -10,7 +10,6 @@
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
typedef uint32_t zmk_key; typedef uint32_t zmk_key;
typedef uint8_t zmk_action;
typedef uint8_t zmk_mod; typedef uint8_t zmk_mod;
typedef uint8_t zmk_mod_flags; typedef uint8_t zmk_mod_flags;