Cleanup junk chars, part 3 (#13332)

This commit is contained in:
Ryan
2021-06-26 11:38:21 +10:00
committed by GitHub
parent 92a9fba353
commit 93bd34c6d3
49 changed files with 357 additions and 357 deletions

View File

@@ -9,15 +9,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ┌───┬───┬───┬───┐
* │Esc│Tab│MO1│Bsp│
* ├───┼───┼───┼───┤
* │Num│ / │ * │ - 
* │Num│ / │ * │ -
* ├───┼───┼───┼───┤
* │ 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_6x4(
@@ -33,15 +33,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ┌───┐───┬───┬───┐
* │Rst│Tab│MO1│Bsp│
* └───┘───┼───┼───┤
* │Num│ / │ * │ - 
* │Num│ / │ * │ -
* ┌───┬───┬───┐───┤
* │Hom│ ↑ │PgU│ + 
* │Hom││PgU│ +
* ├───┼───┼───┤───┤
* │ ← │   │ → │ % 
* │ ← │ │ → │ %
* ├───┼───┼───┤───┤
* │End│ ↓ │PgD│ = 
* │End││PgD│ =
* ├───┼───┼───┤───┤
* │Ins│   │Del│Ent│
* │Ins│ │Del│Ent│
* └───┴───┴───┘───┘
*/
[1] = LAYOUT_ortho_6x4(