forked from mirrors/qmk_userspace
Register the interrupting keycode in the tap dance state struct
This commit is contained in:
parent
46b4b4407f
commit
3ddec14eb8
2 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@ typedef struct
|
|||
uint8_t oneshot_mods;
|
||||
uint8_t weak_mods;
|
||||
uint16_t keycode;
|
||||
uint16_t interrupting_keycode;
|
||||
uint16_t timer;
|
||||
bool interrupted;
|
||||
bool pressed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue