diff options
| author | tmk <nobody@nowhere> | 2013-01-31 15:07:01 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-01-31 15:07:01 +0900 |
| commit | e760953910a51e5972dda21aa9d03279e6f1230b (patch) | |
| tree | b208079abfa7358bc3b587680f811725515f05bb /common/action.c | |
| parent | 7e1093b70f424ed012a4122a91ba6bb1784b9eb8 (diff) | |
| download | qmk_firmware-e760953910a51e5972dda21aa9d03279e6f1230b.tar.gz qmk_firmware-e760953910a51e5972dda21aa9d03279e6f1230b.zip | |
Fix tapping. tap key just after tap timeout.
Diffstat (limited to 'common/action.c')
| -rw-r--r-- | common/action.c | 3 |
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) | |||
| 772 | debug_event(event); debug("\n"); | 772 | debug_event(event); debug("\n"); |
| 773 | tapping_key = (keyrecord_t){}; | 773 | tapping_key = (keyrecord_t){}; |
| 774 | debug_tapping_key(); | 774 | debug_tapping_key(); |
| 775 | process_action(keyp); | 775 | return false; |
| 776 | return true; | ||
| 777 | } | 776 | } |
| 778 | } | 777 | } |
| 779 | // not tapping satate | 778 | // not tapping satate |
