]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fix tapping. tap key just after tap timeout.
authortmk <nobody@nowhere>
Thu, 31 Jan 2013 06:07:01 +0000 (15:07 +0900)
committertmk <nobody@nowhere>
Thu, 31 Jan 2013 06:07:01 +0000 (15:07 +0900)
common/action.c

index eb8fc2ce24fb1319669f35e131a68a7725eef77c..4838ea06232f19169290929248ff44a1a5fba950 100644 (file)
@@ -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