Skip to content

Commit

Permalink
Akko Top40: correct layout data (qmk#21348)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored and autoferrit committed Dec 6, 2023
1 parent f7ff1b4 commit 33b91ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/akko/top40/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
{ "label": "Ctrl", "matrix": [3, 0], "x": 0, "y": 3, "w": 1.25 },
{ "label": "Win", "matrix": [3, 1], "x": 1.25, "y": 3, "w": 1.25 },
{ "label": "Alt", "matrix": [3, 2], "x": 2.5, "y": 3, "w": 1.25 },
{ "label": "Space", "matrix": [3, 4], "x": 3.75, "y": 3, "w": 6.25 },
{ "label": "Space", "matrix": [3, 4], "x": 3.75, "y": 3, "w": 2.25 },
{ "label": "Space", "matrix": [3, 6], "x": 6, "y": 3, "w": 2.75 },
{ "label": "Fn", "matrix": [3, 8], "x": 8.75, "y": 3, "w": 1.25 },
{ "label": "Fn", "matrix": [3, 8], "x": 8.75, "y": 3 },
{ "label": "Left", "matrix": [3, 9], "x": 9.75, "y": 3 },
{ "label": "Down", "matrix": [3, 10], "x": 10.75, "y": 3 },
{ "label": "Right", "matrix": [3, 11], "x": 11.75, "y": 3 }
Expand Down

0 comments on commit 33b91ef

Please sign in to comment.