Nicer dump output

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 45391388db
commit 807d18ab31

@ -142,7 +142,7 @@ namespace KaleidoscopePlugins {
Serial.print (k.keyCode);
if (col < COLS - 1)
Serial.print (F(" "));
Serial.print (F(" | "));
}
Serial.println ();
}

Loading…
Cancel
Save