commit 87ab13094ebc3301f7ce0ba70a66f6f456227b9c
parent 2176c760df90855aeaebce5874905d97d1c94a8e
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date: Thu, 22 Jun 2023 06:45:39 -0700
Soda Pocket: correct layout data (#21333)
[chore]
Correct the layout data for the keyboard.
This commit fixes a misleading Configurator implementation.
Diffstat:
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git 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}
]
}
}