diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-06-06 14:54:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 22:54:31 +0100 |
commit | bb57aa28e511f069c7c6403d1582be828e4ac9f7 (patch) | |
tree | 9bc5dc8d4c00aeddf98426a6c67c9f4e70001a50 /keyboards/peej | |
parent | 45d060805ecd53e92955bfaeccb7b135fb38387d (diff) |
peej/tripel: correct layout data (#21145)
Corrects the layout data for all three versions of the Peej Tripel.
Diffstat (limited to 'keyboards/peej')
-rw-r--r-- | keyboards/peej/tripel/left/info.json | 2 | ||||
-rw-r--r-- | keyboards/peej/tripel/middle/info.json | 2 | ||||
-rw-r--r-- | keyboards/peej/tripel/right/info.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/peej/tripel/left/info.json b/keyboards/peej/tripel/left/info.json index b938ef9b9a..e9833e2464 100644 --- a/keyboards/peej/tripel/left/info.json +++ b/keyboards/peej/tripel/left/info.json @@ -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}, diff --git a/keyboards/peej/tripel/middle/info.json b/keyboards/peej/tripel/middle/info.json index b1bdf10f82..98d854e489 100644 --- a/keyboards/peej/tripel/middle/info.json +++ b/keyboards/peej/tripel/middle/info.json @@ -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}, diff --git a/keyboards/peej/tripel/right/info.json b/keyboards/peej/tripel/right/info.json index 9916d317f2..c9f31f4679 100644 --- a/keyboards/peej/tripel/right/info.json +++ b/keyboards/peej/tripel/right/info.json @@ -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}, |