summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk2013-01-31 15:07:01 +0900
committertmk2013-01-31 15:07:01 +0900
commite760953910a51e5972dda21aa9d03279e6f1230b (patch)
treeb208079abfa7358bc3b587680f811725515f05bb
parent7e1093b70f424ed012a4122a91ba6bb1784b9eb8 (diff)
Fix tapping. tap key just after tap timeout.
-rw-r--r--common/action.c3
1 files changed, 1 insertions, 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