diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-10-04 03:17:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 11:17:01 +0100 |
commit | 6e93b59f6134753e6167caf425de666999710c6d (patch) | |
tree | ab035d839993d05300ac24af4269a239d6defc5c | |
parent | 5485d5023eae4653805d1acb481cf438ff8a80e0 (diff) |
Monstargear XO87 Soldered: correct layout data (#22199)
Correct key positions on the bottom row for `LAYOUT_tkl_ansi_tsangan`.
[chore]
-rw-r--r-- | keyboards/monstargear/xo87/solderable/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/monstargear/xo87/solderable/info.json b/keyboards/monstargear/xo87/solderable/info.json index 7013ce903d..4c569a89df 100644 --- a/keyboards/monstargear/xo87/solderable/info.json +++ b/keyboards/monstargear/xo87/solderable/info.json @@ -346,9 +346,9 @@ {"label": "\u2191", "matrix": [4, 14], "x": 16.25, "y": 4.25}, {"label": "Ctrl", "matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.5}, - {"label": "GUI", "matrix": [5, 1], "x": 1.25, "y": 5.25}, + {"label": "GUI", "matrix": [5, 1], "x": 1.5, "y": 5.25}, {"label": "Alt", "matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.5}, - {"label": "Space", "matrix": [5, 6], "x": 3.75, "y": 5.25, "w": 7}, + {"label": "Space", "matrix": [5, 6], "x": 4, "y": 5.25, "w": 7}, {"label": "Alt", "matrix": [5, 11], "x": 11, "y": 5.25, "w": 1.5}, {"label": "Fn", "matrix": [5, 12], "x": 12.5, "y": 5.25}, {"label": "Ctrl", "matrix": [4, 15], "x": 13.5, "y": 5.25, "w": 1.5}, |