소스 검색

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…
취소
저장