diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-26 01:39:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-26 01:39:01 +0000 |
commit | 9337aab038c19f191d0da9518d80e4aa8cecf254 (patch) | |
tree | f98cecb0a24cb041465f9b5d619cc23ff499c57e /layouts/default/ortho_5x4 | |
parent | 0ef0c03a4649a3b66c68587f1e25333d06887a82 (diff) | |
parent | 93bd34c6d36723ed9f6e95c05c744a36c5467c65 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/default/ortho_5x4')
-rw-r--r-- | layouts/default/ortho_5x4/default_ortho_5x4/keymap.c | 20 |
1 files changed, 10 insertions, 10 deletions
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( |