diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-06-22 06:45:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 14:45:39 +0100 |
commit | 87ab13094ebc3301f7ce0ba70a66f6f456227b9c (patch) | |
tree | 8c1a12a0b0b4cd7d6e229dc0eb933b07c0092b56 | |
parent | 2176c760df90855aeaebce5874905d97d1c94a8e (diff) |
Soda Pocket: correct layout data (#21333)
[chore]
Correct the layout data for the keyboard.
This commit fixes a misleading Configurator implementation.
-rw-r--r-- | keyboards/soda/pocket/info.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/keyboards/soda/pocket/info.json b/keyboards/soda/pocket/info.json index cef1aec57b..c1396ab3a1 100644 --- a/keyboards/soda/pocket/info.json +++ b/keyboards/soda/pocket/info.json @@ -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} ] } } |