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/momokai | |
parent | 183e99f6389880f09c2108a7a17027a4df6d65b8 (diff) |
Adjust offset for some layouts (#20075)
Diffstat (limited to 'keyboards/momokai')
-rw-r--r-- | keyboards/momokai/tap_duo/info.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/momokai/tap_duo/info.json b/keyboards/momokai/tap_duo/info.json index 968224c2c9..6731a44fad 100644 --- a/keyboards/momokai/tap_duo/info.json +++ b/keyboards/momokai/tap_duo/info.json @@ -18,11 +18,11 @@ "layouts": { "LAYOUT": { "layout": [ - { "label": "K00 (E0,E6)", "x": 0.25, "y": 0 }, - { "label": "K01 (E0,B2)", "x": 1.25, "y": 0 }, - { "label": "K02 (E0,D1)", "x": 0.75, "y": 1.25, "w": 0.5, "h": 0.5 }, - { "label": "K03 (E0,D2)", "x": 1.25, "y": 1.25, "w": 0.5, "h": 0.5 }, - { "label": "K04 (E0,D3)", "x": 1.75, "y": 1.25, "w": 0.5, "h": 0.5 } + { "x": 0, "y": 0 }, + { "x": 1, "y": 0 }, + { "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5 }, + { "x": 1, "y": 1.25, "w": 0.5, "h": 0.5 }, + { "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5 } ] } } |