Skip to content

Commit

Permalink
Aero 75 Hotswap: correct layout data (#23253)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored Mar 12, 2024
1 parent 7cbbcdc commit 2121931
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions keyboards/gray_studio/aero75/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
{"label": "F3", "matrix": [0, 3], "x": 3.5, "y": 0},
{"label": "F4", "matrix": [0, 4], "x": 4.5, "y": 0},

{"label": "F5", "matrix": [0, 5], "x": 6, "y": 0},
{"label": "F6", "matrix": [0, 6], "x": 7, "y": 0},
{"label": "F7", "matrix": [0, 7], "x": 8, "y": 0},
{"label": "F8", "matrix": [0, 8], "x": 9, "y": 0},
{"label": "F5", "matrix": [0, 5], "x": 5.75, "y": 0},
{"label": "F6", "matrix": [0, 6], "x": 6.75, "y": 0},
{"label": "F7", "matrix": [0, 7], "x": 7.75, "y": 0},
{"label": "F8", "matrix": [0, 8], "x": 8.75, "y": 0},

{"label": "F9", "matrix": [0, 9], "x": 10.5, "y": 0},
{"label": "F10", "matrix": [0, 10], "x": 11.5, "y": 0},
{"label": "F11", "matrix": [0, 11], "x": 12.5, "y": 0},
{"label": "F12", "matrix": [0, 13], "x": 13.5, "y": 0},
{"label": "F9", "matrix": [0, 9], "x": 10, "y": 0},
{"label": "F10", "matrix": [0, 10], "x": 11, "y": 0},
{"label": "F11", "matrix": [0, 11], "x": 12, "y": 0},
{"label": "F12", "matrix": [0, 13], "x": 13, "y": 0},

{"label": "PrtSc", "matrix": [0, 15], "x": 15, "y": 0},

Expand Down
6 changes: 3 additions & 3 deletions keyboards/gray_studio/aero75/matrix_diagram.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Matrix Diagram for GrayStudio Aero 75 Hotswap

```
┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┐
│00 │ │01 │02 │03 │04 │ │05 │06 │07 │08 │ │09 │0A │0B │0D │ │0F │
└───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┘
┌───┐ ┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐ ┌───┐
│00 │ │01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0A │0B │0D │ │0F │
└───┘ └───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘ └───┘
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1F │
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
Expand Down

0 comments on commit 2121931

Please sign in to comment.