Skip to content

Commit

Permalink
[Keyboard] Fix Scotto61 Configurator Layout (qmk#22718)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-scotto committed Dec 23, 2023
1 parent 1e30443 commit 0e9e296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/handwired/scottokeebs/scotto61/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{"matrix": [0, 11], "x": 11, "y": 0},
{"matrix": [0, 12], "x": 12, "y": 0},
{"matrix": [0, 13], "x": 13, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 4},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
Expand All @@ -67,7 +67,7 @@
{"matrix": [2, 9], "x": 9, "y": 2},
{"matrix": [2, 10], "x": 10, "y": 2},
{"matrix": [2, 11], "x": 11, "y": 2},
{"matrix": [2, 13], "x": 13, "y": 2},
{"matrix": [2, 13], "x": 12, "y": 2, "w": 2},
{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 1, "y": 3},
{"matrix": [3, 2], "x": 2, "y": 3},
Expand All @@ -79,11 +79,11 @@
{"matrix": [3, 8], "x": 8, "y": 3},
{"matrix": [3, 9], "x": 9, "y": 3},
{"matrix": [3, 10], "x": 10, "y": 3},
{"matrix": [3, 12], "x": 12, "y": 3},
{"matrix": [3, 12], "x": 11, "y": 3, "w": 3},
{"matrix": [4, 0], "x": 0, "y": 4},
{"matrix": [4, 1], "x": 1, "y": 4},
{"matrix": [4, 2], "x": 2, "y": 4},
{"matrix": [4, 6], "x": 6, "y": 4},
{"matrix": [4, 6], "x": 3, "y": 4, "w": 7},
{"matrix": [4, 10], "x": 10, "y": 4},
{"matrix": [4, 11], "x": 11, "y": 4},
{"matrix": [4, 12], "x": 12, "y": 4},
Expand Down

0 comments on commit 0e9e296

Please sign in to comment.