aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/lovelive9/info.json
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-07-01 02:53:24 +1000
committerGitHub <noreply@github.com>2020-06-30 17:53:24 +0100
commit24f59c2d7268c5e853d496733e844f60adf421b2 (patch)
treebc06b293821fcff84fda3242bd055a0ba0f5b4a5 /keyboards/handwired/lovelive9/info.json
parent398a7e5b3f92f6f657093f0dcce7ac67b43a3c67 (diff)
downloadfirmware-24f59c2d7268c5e853d496733e844f60adf421b2.tar.gz
firmware-24f59c2d7268c5e853d496733e844f60adf421b2.tar.bz2
firmware-24f59c2d7268c5e853d496733e844f60adf421b2.zip
Add more missing info.json layouts (#9595)
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 4f81d321d..fffeb342d 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}
+ ]
+ }
}
- }
}