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/sawnsprojects | |
parent | 183e99f6389880f09c2108a7a17027a4df6d65b8 (diff) |
Adjust offset for some layouts (#20075)
Diffstat (limited to 'keyboards/sawnsprojects')
-rw-r--r-- | keyboards/sawnsprojects/satxri6key/info.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/sawnsprojects/satxri6key/info.json b/keyboards/sawnsprojects/satxri6key/info.json index f2db2dedc4..1ab426b2af 100644 --- a/keyboards/sawnsprojects/satxri6key/info.json +++ b/keyboards/sawnsprojects/satxri6key/info.json @@ -18,12 +18,13 @@ "layouts": { "LAYOUT": { "layout": [ - {"label":"K00 (F7,F1)", "x":0, "y":1}, - {"label":"K01 (F7,F4)", "x":1, "y":1}, - {"label":"K02 (F7,F5)", "x":2, "y":1}, - {"label":"K10 (F6,F1)", "x":0, "y":2}, - {"label":"K11 (F6,F4)", "x":1, "y":2}, - {"label":"K12 (F6,F5)", "x":2, "y":2} + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0}, + + {"x":0, "y":1}, + {"x":1, "y":1}, + {"x":2, "y":1} ] } } |