summaryrefslogtreecommitdiff
path: root/keyboards/6ball/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-15 23:03:53 +0000
committerQMK Bot <hello@qmk.fm>2021-03-15 23:03:53 +0000
commitc12eae0c5e529653d2dccb5dca7deba3b3c34012 (patch)
tree27c0de7204f0d32db4d32ee811dcac6b47598793 /keyboards/6ball/info.json
parent56d193c5c8f0a00f63ef0c9afb7791dc537dc4d2 (diff)
parentcd8497b9fb3b00020a28d582cdc772f3c0fa35b1 (diff)
Merge remote-tracking branch 'origin/master' into develop
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}
]
}
}