Focus: Less formatting in the dump output

Fixes #1.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent cdbbc0cd0a
commit 78836fd091

@ -127,14 +127,11 @@ namespace KaleidoscopePlugins {
Key k = getKey (layer, row, col); Key k = getKey (layer, row, col);
printKey (k); printKey (k);
::Focus.printSpace ();
if (col < COLS - 1)
Serial.print (F(" | "));
} }
Serial.println ();
} }
Serial.println ();
} }
Serial.println ();
break; break;
} }

Loading…
Cancel
Save