summaryrefslogtreecommitdiff
path: root/include/zmk/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zmk/keys.h')
-rw-r--r--include/zmk/keys.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/zmk/keys.h b/include/zmk/keys.h
deleted file mode 100644
index 6966bba..0000000
--- a/include/zmk/keys.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-#include <zephyr.h>
-#include <dt-bindings/zmk/keys.h>
-
-typedef u32_t zmk_key;
-typedef u8_t zmk_action;
-typedef u8_t zmk_mod;
-typedef u8_t zmk_mod_flags;
-
-struct zmk_key_event
-{
- u32_t column;
- u32_t row;
- zmk_key key;
- bool pressed;
-}; \ No newline at end of file