forked from mirrors/qmk_userspace
keyboards: fix malformed info.json files (#17292)
This commit is contained in:
parent
7c3cb99164
commit
9a587275cf
11 changed files with 50 additions and 50 deletions
|
@ -652,7 +652,7 @@
|
|||
{"x": 15, "y": 4},
|
||||
{"x": 16, "y": 4},
|
||||
{"x": 17, "y": 4},
|
||||
{"x": 18, "y": 4, "h": 2}
|
||||
{"x": 18, "y": 4, "h": 2},
|
||||
|
||||
{"x": 0, "y": 5, "w": 1.25},
|
||||
{"x": 1.25, "y": 5, "w": 1.25},
|
||||
|
@ -663,7 +663,7 @@
|
|||
{"x": 12.5, "y": 5, "w": 1.25},
|
||||
{"x": 13.75, "y": 5, "w": 1.25},
|
||||
{"x": 15, "y": 5, "w": 2},
|
||||
{"x": 17, "y": 5},
|
||||
{"x": 17, "y": 5}
|
||||
]
|
||||
},
|
||||
"LAYOUT_96_with60_splitbs": {
|
||||
|
@ -759,7 +759,7 @@
|
|||
{"x": 15, "y": 4},
|
||||
{"x": 16, "y": 4},
|
||||
{"x": 17, "y": 4},
|
||||
{"x": 18, "y": 4, "h": 2}
|
||||
{"x": 18, "y": 4, "h": 2},
|
||||
|
||||
{"x": 0, "y": 5, "w": 1.25},
|
||||
{"x": 1.25, "y": 5, "w": 1.25},
|
||||
|
@ -770,7 +770,7 @@
|
|||
{"x": 12.5, "y": 5, "w": 1.25},
|
||||
{"x": 13.75, "y": 5, "w": 1.25},
|
||||
{"x": 15, "y": 5, "w": 2},
|
||||
{"x": 17, "y": 5},
|
||||
{"x": 17, "y": 5}
|
||||
]
|
||||
},
|
||||
"LAYOUT_96_with60_split_num0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue