Skip to content

Commit

Permalink
Laneware LW75: correct layout data (qmk#21314)
Browse files Browse the repository at this point in the history
[refactor]

Fixes misleading Configurator implementations of the available layouts.
  • Loading branch information
noroadsleft committed Jun 21, 2023
1 parent 20c0043 commit 6f39205
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keyboards/lw75/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit 6f39205

Please sign in to comment.