diff options
Diffstat (limited to 'include/zmk/keys.h')
-rw-r--r-- | include/zmk/keys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zmk/keys.h b/include/zmk/keys.h index b61ef81..be05784 100644 --- a/include/zmk/keys.h +++ b/include/zmk/keys.h @@ -4,6 +4,7 @@ #include <dt-bindings/zmk/keys.h> typedef u64_t zmk_key; +typedef u8_t zmk_mod; struct zmk_key_event { |