Skip to content

Commit

Permalink
peej/tripel: correct layout data (qmk#21145)
Browse files Browse the repository at this point in the history
Corrects the layout data for all three versions of the Peej Tripel.
  • Loading branch information
noroadsleft committed Jun 6, 2023
1 parent 45d0608 commit bb57aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/peej/tripel/left/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{"matrix": [5, 7], "x": 1, "y": 4},
{"matrix": [4, 6], "x": 2, "y": 4},
{"matrix": [4, 7], "x": 3, "y": 4},
{"matrix": [7, 6], "x": 7, "y": 4, "w": 7},
{"matrix": [7, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [2, 7], "x": 11, "y": 4},
{"matrix": [1, 6], "x": 12, "y": 4},
{"matrix": [1, 7], "x": 13, "y": 4},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/peej/tripel/middle/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{"matrix": [2, 7], "x": 1, "y": 4},
{"matrix": [1, 6], "x": 2, "y": 4},
{"matrix": [1, 7], "x": 3, "y": 4},
{"matrix": [4, 6], "x": 7, "y": 4, "w": 7},
{"matrix": [4, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [8, 7], "x": 11, "y": 4},
{"matrix": [7, 6], "x": 12, "y": 4},
{"matrix": [7, 7], "x": 13, "y": 4},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/peej/tripel/right/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{"matrix": [8, 7], "x": 1, "y": 4},
{"matrix": [7, 6], "x": 2, "y": 4},
{"matrix": [7, 7], "x": 3, "y": 4},
{"matrix": [1, 6], "x": 7, "y": 4, "w": 7},
{"matrix": [1, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [5, 7], "x": 11, "y": 4},
{"matrix": [4, 6], "x": 12, "y": 4},
{"matrix": [4, 7], "x": 13, "y": 4},
Expand Down

0 comments on commit bb57aa2

Please sign in to comment.