Register the interrupting keycode in the tap dance state struct
This commit is contained in:
committed by
Drashna Jaelre
parent
46b4b4407f
commit
3ddec14eb8
@ -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;
|
||||
|
Reference in New Issue
Block a user