From 93bd34c6d36723ed9f6e95c05c744a36c5467c65 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 26 Jun 2021 11:38:21 +1000 Subject: Cleanup junk chars, part 3 (#13332) --- layouts/default/ortho_5x4/default_ortho_5x4/keymap.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'layouts/default/ortho_5x4') diff --git a/layouts/default/ortho_5x4/default_ortho_5x4/keymap.c b/layouts/default/ortho_5x4/default_ortho_5x4/keymap.c index ff22c3d60d..c8514a29e0 100644 --- a/layouts/default/ortho_5x4/default_ortho_5x4/keymap.c +++ b/layouts/default/ortho_5x4/default_ortho_5x4/keymap.c @@ -7,15 +7,15 @@ enum custom_keycodes { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* * ┌───┬───┬───┬───┐ - * │TG1│ / │ * │ - │ + * │TG1│ / │ * │ - │ * ├───┼───┼───┼───┤ - * │ 7 │ 8 │ 9 │ + │ + * │ 7 │ 8 │ 9 │ + │ * ├───┼───┼───┼───┤ - * │ 4 │ 5 │ 6 │ % │ + * │ 4 │ 5 │ 6 │ % │ * ├───┼───┼───┼───┤ - * │ 1 │ 2 │ 3 │ = │ + * │ 1 │ 2 │ 3 │ = │ * ├───┼───┼───┼───┤ - * │ 0 │00 │ . │Ent│ + * │ 0 │00 │ . │Ent│ * └───┴───┴───┴───┘ */ [0] = LAYOUT_ortho_5x4( @@ -28,15 +28,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* * ┌───┬───┬───┬───┐ - * │TG1│ / │ * │ - │ + * │TG1│ / │ * │ - │ * ┌───┬───┬───┐───┤ - * │Hom│ ↑ │PgU│ + │ + * │Hom│ ↑ │PgU│ + │ * ├───┼───┼───┤───┤ - * │ ← │   │ → │ % │ + * │ ← │ │ → │ % │ * ├───┼───┼───┤───┤ - * │End│ ↓ │PgD│ = │ + * │End│ ↓ │PgD│ = │ * ├───┼───┼───┤───┤ - * │Ins│   │Del│Ent│ + * │Ins│ │Del│Ent│ * └───┴───┴───┘───┘ */ [1] = LAYOUT_ortho_5x4( -- cgit v1.2.3