From: tmk Date: Thu, 31 Jan 2013 06:07:01 +0000 (+0900) Subject: Fix tapping. tap key just after tap timeout. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e760953910a51e5972dda21aa9d03279e6f1230b;p=tmk_firmware.git Fix tapping. tap key just after tap timeout. --- diff --git a/common/action.c b/common/action.c index eb8fc2c..4838ea0 100644 --- a/common/action.c +++ b/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