~ruther/qmk_firmware

e1f131db8e59c6ed3471906d3a62457d593f51af — Pavlos Vinieratos 9 years ago d1d54de
restore each_tap callback
1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/process_keycode/process_tap_dance.c
M quantum/process_keycode/process_tap_dance.c => quantum/process_keycode/process_tap_dance.c +1 -0
@@ 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];