summaryrefslogtreecommitdiff
path: root/keyboards/handwired/lovelive9/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/lovelive9/info.json')
-rw-r--r--keyboards/handwired/lovelive9/info.json28
1 files changed, 19 insertions, 9 deletions
diff --git a/keyboards/handwired/lovelive9/info.json b/keyboards/handwired/lovelive9/info.json
index 4f81d321d9..fffeb342d3 100644
--- a/keyboards/handwired/lovelive9/info.json
+++ b/keyboards/handwired/lovelive9/info.json
@@ -1,12 +1,22 @@
{
- "keyboard_name": "lovelive9",
- "url": "https://github.com/ginjake",
- "maintainer": "ginjake",
- "width": 9,
- "height": 1,
- "layouts": {
- "LAYOUT": {
- "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k03", "x":3, "y":0}, {"label":"k04", "x":4, "y":0}, {"label":"k05", "x":5, "y":0}, {"label":"k06", "x":6, "y":0}, {"label":"k07", "x":7, "y":0}, {"label":"k08", "x":8, "y":0}]
+ "keyboard_name": "lovelive9",
+ "url": "https://github.com/ginjake",
+ "maintainer": "ginjake",
+ "width": 9,
+ "height": 4.5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x": 0, "y": 0},
+ {"x": 0.5, "y": 1.25},
+ {"x": 1.5, "y": 2.5},
+ {"x": 2.75, "y": 3.25},
+ {"x": 4, "y": 3.5},
+ {"x": 5.25, "y": 3.25},
+ {"x": 6.5, "y": 2.5},
+ {"x": 7.5, "y": 1.25},
+ {"x": 8, "y": 0}
+ ]
+ }
}
- }
}