瀏覽代碼

Fix tapping. tap key just after tap timeout.

tags/v1.9
tmk 11 年之前
父節點
當前提交
e760953910
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      common/action.c

+ 1
- 2
common/action.c 查看文件

@@ -772,8 +772,7 @@ static bool process_tapping(keyrecord_t *keyp)
debug_event(event); debug("\n");
tapping_key = (keyrecord_t){};
debug_tapping_key();
process_action(keyp);
return true;
return false;
}
}
// not tapping satate

Loading…
取消
儲存