summaryrefslogtreecommitdiff
path: root/include/zmk/keys.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-18 23:34:36 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-18 23:34:36 -0400
commit585e062e87dbb227e73e2cb31d5041ff5520fb4d (patch)
tree37563658ffe61df3a76ff61cf9345e5bcd92017a /include/zmk/keys.h
parent5e34e7fec961493e67edaa5784473b375a8d40d2 (diff)
Initial basic modifiers support.
Diffstat (limited to 'include/zmk/keys.h')
-rw-r--r--include/zmk/keys.h1
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
{