Browse Source

refactor(app): remove zmk_action

zmk_action isn't referenced anywhere.

PR: #530
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
f8e43932ba
  1. 1
      app/include/zmk/keys.h

1
app/include/zmk/keys.h

@ -10,7 +10,6 @@ @@ -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;

Loading…
Cancel
Save