This commit is contained in:
tmk 2016-02-17 08:18:03 +09:00
commit 524c7d133c
3 changed files with 52 additions and 52 deletions

View file

@ -256,7 +256,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_action(keyp);
return true;
}