diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-31 09:34:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 09:34:40 +1000 |
| commit | cc3bd728f00d95c2360bca9326de2ba30078c274 (patch) | |
| tree | 6322e0aab3b1b97a8659676e0088c5cf73e68fa5 /keyboards/dailycraft | |
| parent | 030511ece33bfe08307ce519219fde9ab3077cff (diff) | |
Fix layout offsets for a handful of boards (#21636)
Diffstat (limited to 'keyboards/dailycraft')
| -rw-r--r-- | keyboards/dailycraft/owl8/info.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/dailycraft/owl8/info.json b/keyboards/dailycraft/owl8/info.json index 194bd5bdb6..9dc42c8fd7 100644 --- a/keyboards/dailycraft/owl8/info.json +++ b/keyboards/dailycraft/owl8/info.json | |||
| @@ -24,20 +24,20 @@ | |||
| 24 | "layouts": { | 24 | "layouts": { |
| 25 | "LAYOUT": { | 25 | "LAYOUT": { |
| 26 | "layout": [ | 26 | "layout": [ |
| 27 | {"x":0, "y":1.25, "matrix": [0, 8]}, | 27 | {"x":0, "y":0, "matrix": [0, 8]}, |
| 28 | {"x":1, "y":1.25, "matrix": [0, 9]}, | 28 | {"x":1, "y":0, "matrix": [0, 9]}, |
| 29 | {"x":2, "y":1.25, "matrix": [0, 10]}, | 29 | {"x":2, "y":0, "matrix": [0, 10]}, |
| 30 | {"x":3, "y":1.25, "matrix": [0, 11]}, | 30 | {"x":3, "y":0, "matrix": [0, 11]}, |
| 31 | 31 | ||
| 32 | {"x": 0, "y": 2.5, "matrix": [0, 0]}, | 32 | {"x": 0, "y": 1.25, "matrix": [0, 0]}, |
| 33 | {"x": 1, "y": 2.5, "matrix": [0, 1]}, | 33 | {"x": 1, "y": 1.25, "matrix": [0, 1]}, |
| 34 | {"x": 2, "y": 2.5, "matrix": [0, 2]}, | 34 | {"x": 2, "y": 1.25, "matrix": [0, 2]}, |
| 35 | {"x": 3, "y": 2.5, "matrix": [0, 3]}, | 35 | {"x": 3, "y": 1.25, "matrix": [0, 3]}, |
| 36 | 36 | ||
| 37 | {"x": 0, "y": 3.5, "matrix": [0, 4]}, | 37 | {"x": 0, "y": 2.25, "matrix": [0, 4]}, |
| 38 | {"x": 1, "y": 3.5, "matrix": [0, 5]}, | 38 | {"x": 1, "y": 2.25, "matrix": [0, 5]}, |
| 39 | {"x": 2, "y": 3.5, "matrix": [0, 6]}, | 39 | {"x": 2, "y": 2.25, "matrix": [0, 6]}, |
| 40 | {"x": 3, "y": 3.5, "matrix": [0, 7]} | 40 | {"x": 3, "y": 2.25, "matrix": [0, 7]} |
| 41 | ] | 41 | ] |
| 42 | } | 42 | } |
| 43 | } | 43 | } |
