Register the interrupting keycode in the tap dance state struct

This commit is contained in:
Giuseppe Rota 2018-12-29 15:48:01 +01:00 committed by Drashna Jaelre
parent 46b4b4407f
commit 3ddec14eb8
2 changed files with 3 additions and 0 deletions

View file

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