summaryrefslogtreecommitdiff
path: root/keyboards/6ball/info.json
diff options
context:
space:
mode:
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}
]
}
}