Skip to content

Commit

Permalink
Soda Pocket: correct layout data (qmk#21333)
Browse files Browse the repository at this point in the history
[chore]

Correct the layout data for the keyboard.

This commit fixes a misleading Configurator implementation.
  • Loading branch information
noroadsleft authored and zaih committed Aug 31, 2023
1 parent d54885f commit b4cdbd3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions keyboards/soda/pocket/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
{"matrix": [2, 3], "x": 3.25, "y": 2.25},
{"matrix": [2, 4], "x": 4.25, "y": 2.25},
{"matrix": [2, 5], "x": 5.25, "y": 2.25},
{"matrix": [3, 3], "x": 6.25, "y": 2.25, "h": 2},

{"matrix": [3, 4], "x": 3.25, "y": 3.25},
{"matrix": [3, 5], "x": 4.25, "y": 3.25},
{"matrix": [3, 6], "x": 5.25, "y": 3.25},
{"matrix": [3, 3], "x": 3.25, "y": 3.25},
{"matrix": [3, 4], "x": 4.25, "y": 3.25},
{"matrix": [3, 5], "x": 5.25, "y": 3.25},
{"matrix": [3, 6], "x": 6.25, "y": 2.25, "h": 2},

{"matrix": [4, 1], "x": 1, "y": 4.25},

{"matrix": [4, 3], "x": 3.25, "y": 4.25},
{"matrix": [4, 4], "x": 4.25, "y": 4.25},
{"matrix": [4, 5], "x": 5.25, "y": 4.25},
{"matrix": [5, 0], "x": 6.25, "y": 4.25, "h": 2},

{"matrix": [5, 1], "x": 0, "y": 5.25},
{"matrix": [5, 2], "x": 1, "y": 5.25},
{"matrix": [5, 4], "x": 2, "y": 5.25},
{"matrix": [5, 0], "x": 0, "y": 5.25},
{"matrix": [5, 1], "x": 1, "y": 5.25},
{"matrix": [5, 2], "x": 2, "y": 5.25},

{"matrix": [5, 5], "x": 3.25, "y": 5.25, "w": 2},
{"matrix": [5, 6], "x": 5.25, "y": 5.25}
{"matrix": [5, 4], "x": 3.25, "y": 5.25, "w": 2},
{"matrix": [5, 5], "x": 5.25, "y": 5.25},
{"matrix": [5, 6], "x": 6.25, "y": 4.25, "h": 2}
]
}
}
Expand Down

0 comments on commit b4cdbd3

Please sign in to comment.