瀏覽代碼

restore each_tap callback

Pavlos Vinieratos 8 年之前
父節點
當前提交
e1f131db8e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      quantum/process_keycode/process_tap_dance.c

+ 1 - 0
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];