aboutsummaryrefslogtreecommitdiff
path: root/common/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard.h')
-rw-r--r--common/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard.h b/common/keyboard.h
index 4518cdddc..4a3ee85a8 100644
--- a/common/keyboard.h
+++ b/common/keyboard.h
@@ -37,7 +37,7 @@ typedef union {
37} key_t; 37} key_t;
38 38
39typedef struct { 39typedef struct {
40 key_t key; 40 key_t key;
41 bool pressed; 41 bool pressed;
42 uint16_t time; 42 uint16_t time;
43} keyevent_t; 43} keyevent_t;