From f71a5217b762225eec294b02f9403f29a25ceb6a Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 20 Jan 2013 15:03:07 +0900 Subject: Fix mods with tapping. --- common/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/keyboard.h') 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; -- cgit v1.2.3