forked from mirrors/qmk_userspace
added the possibility to hav shifted(modded) tap dance
This commit is contained in:
parent
4764e77121
commit
a01dc4dd48
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ typedef struct
|
|||
{
|
||||
uint8_t count;
|
||||
uint8_t oneshot_mods;
|
||||
uint8_t weak_mods;
|
||||
uint16_t keycode;
|
||||
uint16_t timer;
|
||||
bool interrupted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue