diff options
| author | Pavlos Vinieratos <pvinis@gmail.com> | 2016-09-21 10:11:42 +0200 |
|---|---|---|
| committer | Pavlos Vinieratos <pvinis@gmail.com> | 2016-09-21 10:23:51 +0200 |
| commit | e1f131db8e59c6ed3471906d3a62457d593f51af (patch) | |
| tree | 1b1925d1ea388163d3e549ea00ff3ebb1fa55079 /quantum/process_keycode/process_tap_dance.c | |
| parent | d1d54dedac5c95bfe8e3f2c1a2af5c5fc13937bf (diff) | |
| download | qmk_firmware-e1f131db8e59c6ed3471906d3a62457d593f51af.tar.gz qmk_firmware-e1f131db8e59c6ed3471906d3a62457d593f51af.zip | |
restore each_tap callback
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) { | |||
| 70 | action->state.keycode = keycode; | 70 | action->state.keycode = keycode; |
| 71 | action->state.count++; | 71 | action->state.count++; |
| 72 | action->state.timer = timer_read(); | 72 | action->state.timer = timer_read(); |
| 73 | process_tap_dance_action_on_each_tap (action); | ||
| 73 | 74 | ||
| 74 | if (last_td && last_td != keycode) { | 75 | if (last_td && last_td != keycode) { |
| 75 | qk_tap_dance_action_t *paction = &tap_dance_actions[last_td - QK_TAP_DANCE]; | 76 | qk_tap_dance_action_t *paction = &tap_dance_actions[last_td - QK_TAP_DANCE]; |
