summaryrefslogtreecommitdiff
path: root/common/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard.h')
-rw-r--r--common/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/keyboard.h b/common/keyboard.h
index 32c1bf464c..e1cab31194 100644
--- a/common/keyboard.h
+++ b/common/keyboard.h
@@ -32,6 +32,7 @@ typedef struct {
uint8_t row;
} keypos_t;
+// TODO: need raw? keypos_t -> key_t?
typedef union {
uint16_t raw;
keypos_t pos;