Merge remote-tracking branch 'flabbergast-tmk_keyboard/chibios'

Merge flabbergast's chibios protocol into master
https://github.com/flabbergast/tmk_keyboard/tree/chibios
This commit is contained in:
tmk 2016-02-10 05:31:43 +09:00
commit 72b1668340
80 changed files with 10042 additions and 24 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;
}