X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction_tapping.c;h=bd9a69ae0a5b45d0f5bf1b29e3653f70c441dd2a;hb=216f669276b30393fb35a409011ccdad8b521156;hp=66044d8bced524aad16f2ce985ce6d7fed92dd88;hpb=64f9779fe54facecdef9d1a6a7c1d893f79ca20e;p=qmk_firmware.git diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c index 66044d8bc..bd9a69ae0 100644 --- a/tmk_core/common/action_tapping.c +++ b/tmk_core/common/action_tapping.c @@ -258,7 +258,7 @@ bool process_tapping(keyrecord_t *keyp) return true; } } else { - if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {}; + if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n"); process_record(keyp); return true; }