added the possibility to hav shifted(modded) tap dance

This commit is contained in:
pmalecka 2017-12-01 09:09:52 +01:00 committed by Jack Humbert
parent 4764e77121
commit a01dc4dd48
2 changed files with 5 additions and 0 deletions

View file

@ -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;