diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-03-15 13:45:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:45:39 +1100 |
commit | 469b4b21d241a592bedfe1ea217bad74b5195c50 (patch) | |
tree | cfaa74f1aaab3f4e7a388149d227f08629c6eb9a | |
parent | 926389f3a700ac2cde66b1b982525cd1e7b1a200 (diff) | |
download | qmk_firmware-469b4b21d241a592bedfe1ea217bad74b5195c50.tar.gz qmk_firmware-469b4b21d241a592bedfe1ea217bad74b5195c50.zip |
Fixes for recent info.json files (#12248)
-rw-r--r-- | keyboards/4pplet/aekiso60/rev_a/info.json | 2 | ||||
-rw-r--r-- | keyboards/6ball/info.json | 12 | ||||
-rw-r--r-- | keyboards/box75/info.json | 3 | ||||
-rw-r--r-- | keyboards/four_banger/info.json | 2 | ||||
-rw-r--r-- | keyboards/hhkb_lite_2/info.json | 15 |
5 files changed, 20 insertions, 14 deletions
diff --git a/keyboards/4pplet/aekiso60/rev_a/info.json b/keyboards/4pplet/aekiso60/rev_a/info.json index 7f5b09cdc1..8929314232 100644 --- a/keyboards/4pplet/aekiso60/rev_a/info.json +++ b/keyboards/4pplet/aekiso60/rev_a/info.json @@ -5,7 +5,7 @@ "width": 15, "height": 5, "layouts": { - "LAYOUT": { + "LAYOUT_all": { "layout": [ {"x":0, "y":0, "w":1.25}, {"x":1.25, "y":0}, diff --git a/keyboards/6ball/info.json b/keyboards/6ball/info.json index d06f3448cc..ec95560c6a 100644 --- a/keyboards/6ball/info.json +++ b/keyboards/6ball/info.json @@ -3,17 +3,17 @@ "url": "", "maintainer": "qmk", "width": 3, - "height": 2, + "height": 3, "layouts": { "LAYOUT": { "layout": [ - {"x":0, "y":0}, + {"x":0, "y":0.5}, {"x":1, "y":0}, - {"x":2, "y":0}, + {"x":2, "y":0.5}, - {"x":0, "y":1}, - {"x":1, "y":1}, - {"x":2, "y":1} + {"x":0, "y":1.5}, + {"x":1, "y":2}, + {"x":2, "y":1.5} ] } } diff --git a/keyboards/box75/info.json b/keyboards/box75/info.json index 5eb72471ef..7f854b0a5d 100644 --- a/keyboards/box75/info.json +++ b/keyboards/box75/info.json @@ -36,7 +36,8 @@ {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, - {"x":13, "y":1.25, "w":2}, + {"x":13, "y":1.25}, + {"x":14, "y":1.25}, {"x":15.25, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, diff --git a/keyboards/four_banger/info.json b/keyboards/four_banger/info.json index bb34a47872..f5ec65cf65 100644 --- a/keyboards/four_banger/info.json +++ b/keyboards/four_banger/info.json @@ -5,7 +5,7 @@ "width": 2, "height": 2, "layouts": { - "LAYOUT": { + "LAYOUT_ortho_2x2": { "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, diff --git a/keyboards/hhkb_lite_2/info.json b/keyboards/hhkb_lite_2/info.json index 4319320b10..c1c50583c5 100644 --- a/keyboards/hhkb_lite_2/info.json +++ b/keyboards/hhkb_lite_2/info.json @@ -3,7 +3,7 @@ "url": "", "maintainer": "qmk", "width": 15, - "height": 5, + "height": 5.75, "layouts": { "LAYOUT": { "layout": [ @@ -66,11 +66,16 @@ {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, - {"x":1.5, "y":4}, - {"x":2.5, "y":4, "w":1.5}, + {"x":2, "y":4}, + {"x":3, "y":4}, {"x":4, "y":4, "w":6}, - {"x":10, "y":4, "w":1.5}, - {"x":11.5, "y":4} + {"x":10, "y":4}, + {"x":11, "y":4}, + + {"x":13.167, "y":4, "w":0.916, "h":0.75}, + {"x":12.25, "y":4.75, "w":0.917, "h":0.75}, + {"x":13.167, "y":4.75, "w":0.916, "h":0.75}, + {"x":14.08, "y":4.75, "w":0.917, "h":0.75} ] } } |