diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-06-21 12:30:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 12:30:04 -0700 |
commit | 6f39205f73df5cc9bc4e8001d19b4aca388689f4 (patch) | |
tree | a3e32aec9fd2b37cc41842ac44b55df5a0ff17b1 /keyboards/lw75 | |
parent | 20c0043538a454115a3f98e0f6b91f7ec1a5c894 (diff) |
Laneware LW75: correct layout data (#21314)
[refactor]
Fixes misleading Configurator implementations of the available layouts.
Diffstat (limited to 'keyboards/lw75')
-rw-r--r-- | keyboards/lw75/info.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/lw75/info.json b/keyboards/lw75/info.json index d236546c3b..bb9aceb95f 100644 --- a/keyboards/lw75/info.json +++ b/keyboards/lw75/info.json @@ -107,9 +107,9 @@ {"matrix": [4, 11], "x": 11.25, "y": 4.25}, {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, - {"matrix": [4, 13], "x": 15.5, "y": 4.25}, + {"matrix": [4, 13], "x": 14.25, "y": 4.5}, - {"matrix": [4, 14], "x": 14.25, "y": 4.5}, + {"matrix": [4, 14], "x": 15.5, "y": 4.25}, {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25}, {"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25}, @@ -211,9 +211,9 @@ {"matrix": [4, 11], "x": 11.25, "y": 4.25}, {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, - {"matrix": [4, 13], "x": 15.5, "y": 4.25}, + {"matrix": [4, 13], "x": 14.25, "y": 4.5}, - {"matrix": [4, 14], "x": 14.25, "y": 4.5}, + {"matrix": [4, 14], "x": 15.5, "y": 4.25}, {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25}, {"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25}, @@ -315,9 +315,9 @@ {"matrix": [4, 11], "x": 11.25, "y": 4.25}, {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, - {"matrix": [4, 13], "x": 15.5, "y": 4.25}, + {"matrix": [4, 13], "x": 14.25, "y": 4.5}, - {"matrix": [4, 14], "x": 14.25, "y": 4.5}, + {"matrix": [4, 14], "x": 15.5, "y": 4.25}, {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25}, {"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25}, @@ -420,9 +420,9 @@ {"matrix": [4, 11], "x": 11.25, "y": 4.25}, {"matrix": [4, 12], "x": 12.25, "y": 4.25, "w": 1.75}, - {"matrix": [4, 13], "x": 15.5, "y": 4.25}, + {"matrix": [4, 13], "x": 14.25, "y": 4.5}, - {"matrix": [4, 14], "x": 14.25, "y": 4.5}, + {"matrix": [4, 14], "x": 15.5, "y": 4.25}, {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25}, {"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25}, |