summaryrefslogtreecommitdiff
path: root/common/keyboard.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-01-20 15:03:07 +0900
committertmk <nobody@nowhere>2013-01-21 15:44:49 +0900
commitf71a5217b762225eec294b02f9403f29a25ceb6a (patch)
tree9bc9332ec858853f66fbb686b4572a0b6021f98a /common/keyboard.h
parentee7ce433357a1c1bbcaba54525fc5b5b5404aa82 (diff)
Fix mods with tapping.
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 4518cdddc3..4a3ee85a8a 100644
--- a/common/keyboard.h
+++ b/common/keyboard.h
@@ -37,7 +37,7 @@ typedef union {
} key_t;
typedef struct {
- key_t key;
+ key_t key;
bool pressed;
uint16_t time;
} keyevent_t;