~ruther/qmk_firmware

e760953910a51e5972dda21aa9d03279e6f1230b — tmk 12 years ago 7e1093b
Fix tapping. tap key just after tap timeout.
1 files changed, 1 insertions(+), 2 deletions(-)

M common/action.c
M common/action.c => common/action.c +1 -2
@@ 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