diff options
author | IBNobody <ibnobody@gmail.com> | 2016-09-25 16:36:30 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-09-25 16:36:30 -0500 |
commit | 24a953ae64adc8e0c26059fbe76088eb65d90d9e (patch) | |
tree | 590591f00a3782b43253a1321220c7652cd9799b /quantum/process_keycode/process_tap_dance.c | |
parent | f956802f29aaa3da0d86d56f42986d456bae717b (diff) | |
parent | 67252625165ffa0a08e723a52562a853aa4b496b (diff) | |
download | firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.tar.gz firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.tar.bz2 firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.zip |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.c')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c index 79ade4d00..6ae362c4c 100644 --- a/quantum/process_keycode/process_tap_dance.c +++ b/quantum/process_keycode/process_tap_dance.c @@ -70,6 +70,7 @@ bool process_tap_dance(uint16_t keycode, keyrecord_t *record) { action->state.keycode = keycode; action->state.count++; action->state.timer = timer_read(); + process_tap_dance_action_on_each_tap (action); if (last_td && last_td != keycode) { qk_tap_dance_action_t *paction = &tap_dance_actions[last_td - QK_TAP_DANCE]; |