Fix tapping. tap key just after tap timeout.

master
tmk 2013-01-31 15:07:01 +09:00
parent 7e1093b70f
commit e760953910
1 changed files with 1 additions and 2 deletions

View File

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