aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-03-15 13:45:39 -0700
committerGitHub <noreply@github.com>2021-03-16 07:45:39 +1100
commit469b4b21d241a592bedfe1ea217bad74b5195c50 (patch)
treecfaa74f1aaab3f4e7a388149d227f08629c6eb9a
parent926389f3a700ac2cde66b1b982525cd1e7b1a200 (diff)
downloadqmk_firmware-469b4b21d241a592bedfe1ea217bad74b5195c50.tar.gz
qmk_firmware-469b4b21d241a592bedfe1ea217bad74b5195c50.zip
Fixes for recent info.json files (#12248)
-rw-r--r--keyboards/4pplet/aekiso60/rev_a/info.json2
-rw-r--r--keyboards/6ball/info.json12
-rw-r--r--keyboards/box75/info.json3
-rw-r--r--keyboards/four_banger/info.json2
-rw-r--r--keyboards/hhkb_lite_2/info.json15
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 7f5b09cdc..892931423 100644
--- a/keyboards/4pplet/aekiso60/rev_a/info.json
+++ b/keyboards/4pplet/aekiso60/rev_a/info.json
@@ -5,7 +5,7 @@
5 "width": 15, 5 "width": 15,
6 "height": 5, 6 "height": 5,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT_all": {
9 "layout": [ 9 "layout": [
10 {"x":0, "y":0, "w":1.25}, 10 {"x":0, "y":0, "w":1.25},
11 {"x":1.25, "y":0}, 11 {"x":1.25, "y":0},
diff --git a/keyboards/6ball/info.json b/keyboards/6ball/info.json
index d06f3448c..ec95560c6 100644
--- a/keyboards/6ball/info.json
+++ b/keyboards/6ball/info.json
@@ -3,17 +3,17 @@
3 "url": "", 3 "url": "",
4 "maintainer": "qmk", 4 "maintainer": "qmk",
5 "width": 3, 5 "width": 3,
6 "height": 2, 6 "height": 3,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "layout": [ 9 "layout": [
10 {"x":0, "y":0}, 10 {"x":0, "y":0.5},
11 {"x":1, "y":0}, 11 {"x":1, "y":0},
12 {"x":2, "y":0}, 12 {"x":2, "y":0.5},
13 13
14 {"x":0, "y":1}, 14 {"x":0, "y":1.5},
15 {"x":1, "y":1}, 15 {"x":1, "y":2},
16 {"x":2, "y":1} 16 {"x":2, "y":1.5}
17 ] 17 ]
18 } 18 }
19 } 19 }
diff --git a/keyboards/box75/info.json b/keyboards/box75/info.json
index 5eb72471e..7f854b0a5 100644
--- a/keyboards/box75/info.json
+++ b/keyboards/box75/info.json
@@ -36,7 +36,8 @@
36 {"x":10, "y":1.25}, 36 {"x":10, "y":1.25},
37 {"x":11, "y":1.25}, 37 {"x":11, "y":1.25},
38 {"x":12, "y":1.25}, 38 {"x":12, "y":1.25},
39 {"x":13, "y":1.25, "w":2}, 39 {"x":13, "y":1.25},
40 {"x":14, "y":1.25},
40 {"x":15.25, "y":1.25}, 41 {"x":15.25, "y":1.25},
41 42
42 {"x":0, "y":2.25, "w":1.5}, 43 {"x":0, "y":2.25, "w":1.5},
diff --git a/keyboards/four_banger/info.json b/keyboards/four_banger/info.json
index bb34a4787..f5ec65cf6 100644
--- a/keyboards/four_banger/info.json
+++ b/keyboards/four_banger/info.json
@@ -5,7 +5,7 @@
5 "width": 2, 5 "width": 2,
6 "height": 2, 6 "height": 2,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT_ortho_2x2": {
9 "layout": [ 9 "layout": [
10 {"x":0, "y":0}, 10 {"x":0, "y":0},
11 {"x":1, "y":0}, 11 {"x":1, "y":0},
diff --git a/keyboards/hhkb_lite_2/info.json b/keyboards/hhkb_lite_2/info.json
index 4319320b1..c1c50583c 100644
--- a/keyboards/hhkb_lite_2/info.json
+++ b/keyboards/hhkb_lite_2/info.json
@@ -3,7 +3,7 @@
3 "url": "", 3 "url": "",
4 "maintainer": "qmk", 4 "maintainer": "qmk",
5 "width": 15, 5 "width": 15,
6 "height": 5, 6 "height": 5.75,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "layout": [ 9 "layout": [
@@ -66,11 +66,16 @@
66 {"x":12.25, "y":3, "w":1.75}, 66 {"x":12.25, "y":3, "w":1.75},
67 {"x":14, "y":3}, 67 {"x":14, "y":3},
68 68
69 {"x":1.5, "y":4}, 69 {"x":2, "y":4},
70 {"x":2.5, "y":4, "w":1.5}, 70 {"x":3, "y":4},
71 {"x":4, "y":4, "w":6}, 71 {"x":4, "y":4, "w":6},
72 {"x":10, "y":4, "w":1.5}, 72 {"x":10, "y":4},
73 {"x":11.5, "y":4} 73 {"x":11, "y":4},
74
75 {"x":13.167, "y":4, "w":0.916, "h":0.75},
76 {"x":12.25, "y":4.75, "w":0.917, "h":0.75},
77 {"x":13.167, "y":4.75, "w":0.916, "h":0.75},
78 {"x":14.08, "y":4.75, "w":0.917, "h":0.75}
74 ] 79 ]
75 } 80 }
76 } 81 }