1
0
Fork 0

Fix mods with tapping.

This commit is contained in:
tmk 2013-01-20 15:03:07 +09:00
parent ee7ce43335
commit f71a5217b7
2 changed files with 189 additions and 191 deletions

View file

@ -37,7 +37,7 @@ typedef union {
} key_t;
typedef struct {
key_t key;
key_t key;
bool pressed;
uint16_t time;
} keyevent_t;