summaryrefslogtreecommitdiff
path: root/app/include/zmk/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/keys.h')
-rw-r--r--app/include/zmk/keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/include/zmk/keys.h b/app/include/zmk/keys.h
index 204de9c..330f0ad 100644
--- a/app/include/zmk/keys.h
+++ b/app/include/zmk/keys.h
@@ -9,13 +9,13 @@
#include <zephyr.h>
#include <dt-bindings/zmk/keys.h>
-typedef uint32_t zmk_key;
+typedef uint32_t zmk_key_t;
typedef uint8_t zmk_mod;
typedef uint8_t zmk_mod_flags;
struct zmk_key_event {
uint32_t column;
uint32_t row;
- zmk_key key;
+ zmk_key_t key;
bool pressed;
}; \ No newline at end of file