diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-13 22:22:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 22:22:20 +1100 |
commit | 9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (patch) | |
tree | 80ea0b7b4bc2c656429cba643d5930d0dab33e60 /keyboards/25keys | |
parent | 183e99f6389880f09c2108a7a17027a4df6d65b8 (diff) |
Adjust offset for some layouts (#20075)
Diffstat (limited to 'keyboards/25keys')
-rw-r--r-- | keyboards/25keys/cassette42/info.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/25keys/cassette42/info.json b/keyboards/25keys/cassette42/info.json index f791a83e48..2b33220ad9 100644 --- a/keyboards/25keys/cassette42/info.json +++ b/keyboards/25keys/cassette42/info.json @@ -24,12 +24,12 @@ "layouts": { "LAYOUT": { "layout": [ - {"x":0.5, "y":0.75, "matrix": [0, 4]}, - {"x":2.5, "y":0.75, "matrix": [0, 5]}, - {"x":0, "y":1.75, "matrix": [0, 0]}, - {"x":1, "y":1.75, "matrix": [0, 1]}, - {"x":2, "y":1.75, "matrix": [0, 2]}, - {"x":3, "y":1.75, "matrix": [0, 3]} + {"x":0.5, "y":0, "matrix": [0, 4]}, + {"x":2.5, "y":0, "matrix": [0, 5]}, + {"x":0, "y":1, "matrix": [0, 0]}, + {"x":1, "y":1, "matrix": [0, 1]}, + {"x":2, "y":1, "matrix": [0, 2]}, + {"x":3, "y":1, "matrix": [0, 3]} ] } } |