From e760953910a51e5972dda21aa9d03279e6f1230b Mon Sep 17 00:00:00 2001
From: tmk <nobody@nowhere>
Date: Thu, 31 Jan 2013 15:07:01 +0900
Subject: [PATCH] Fix tapping. tap key just after tap timeout.

---
 common/action.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/action.c b/common/action.c
index eb8fc2ce2..4838ea062 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
-- 
2.39.5