diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-05-14 17:25:26 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-14 15:25:26 -0700 |
commit | 3220b2481967b024ca8c06714578ad35204a0de8 (patch) | |
tree | 780209cd98e0040b56e936bfb1efcc490c7988ec | |
parent | fd0ba01d68b03945b87dcf0e95cf85afb99f034d (diff) |
Update Zen rev2 info.json file with option positions (#5872)
-rw-r--r-- | keyboards/rgbkb/zen/rev2/info.json | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/keyboards/rgbkb/zen/rev2/info.json b/keyboards/rgbkb/zen/rev2/info.json index b3015388c1..8ed12de2b4 100644 --- a/keyboards/rgbkb/zen/rev2/info.json +++ b/keyboards/rgbkb/zen/rev2/info.json @@ -292,26 +292,22 @@ { "label": "k36", "x": 6, - "y": 4.5, - "h": 2 + "y": 4.5 }, { "label": "k26", "x": 7, - "y": 4.5, - "h": 2 + "y": 4.5 }, { "label": "k76", "x": 9, - "y": 4.5, - "h": 2 + "y": 4.5 }, { "label": "k86", "x": 10, - "y": 4.5, - "h": 2 + "y": 4.5 }, { "label": "k94", @@ -338,6 +334,26 @@ "x": 15.5, "y": 4, "w": 1.5 + }, + { + "label": "k45", + "x": 6, + "y": 5.5 + }, + { + "label": "k46", + "x": 7, + "y": 5.5 + }, + { + "label": "k96", + "x": 9, + "y": 5.5 + }, + { + "label": "k95", + "x": 10, + "y": 5.5 } ] } |