summaryrefslogtreecommitdiff
path: root/keyboards/6ball/info.json
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 /keyboards/6ball/info.json
parent926389f3a700ac2cde66b1b982525cd1e7b1a200 (diff)
Fixes for recent info.json files (#12248)
Diffstat (limited to 'keyboards/6ball/info.json')
-rw-r--r--keyboards/6ball/info.json12
1 files changed, 6 insertions, 6 deletions
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}
]
}
}