aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/lovelive9
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
parent398a7e5b3f92f6f657093f0dcce7ac67b43a3c67 (diff)
downloadqmk_firmware-24f59c2d7268c5e853d496733e844f60adf421b2.tar.gz
qmk_firmware-24f59c2d7268c5e853d496733e844f60adf421b2.zip
Add more missing info.json layouts (#9595)
Diffstat (limited to 'keyboards/handwired/lovelive9')
-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 @@
1{ 1{
2 "keyboard_name": "lovelive9", 2 "keyboard_name": "lovelive9",
3 "url": "https://github.com/ginjake", 3 "url": "https://github.com/ginjake",
4 "maintainer": "ginjake", 4 "maintainer": "ginjake",
5 "width": 9, 5 "width": 9,
6 "height": 1, 6 "height": 4.5,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "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}] 9 "layout": [
10 {"x": 0, "y": 0},
11 {"x": 0.5, "y": 1.25},
12 {"x": 1.5, "y": 2.5},
13 {"x": 2.75, "y": 3.25},
14 {"x": 4, "y": 3.5},
15 {"x": 5.25, "y": 3.25},
16 {"x": 6.5, "y": 2.5},
17 {"x": 7.5, "y": 1.25},
18 {"x": 8, "y": 0}
19 ]
20 }
10 } 21 }
11 }
12} 22}