Fix mods with tapping.
This commit is contained in:
parent
ee7ce43335
commit
f71a5217b7
2 changed files with 189 additions and 191 deletions
|
@ -37,7 +37,7 @@ typedef union {
|
|||
} key_t;
|
||||
|
||||
typedef struct {
|
||||
key_t key;
|
||||
key_t key;
|
||||
bool pressed;
|
||||
uint16_t time;
|
||||
} keyevent_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue