mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Preonic rev. 3: fix info.json file
File was saved with an invalid JSON structure.
This commit is contained in:
parent
6f80217958
commit
54b572159f
1 changed files with 1 additions and 1 deletions
|
@ -262,8 +262,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"LAYOUT_ortho_5x12": {
|
"LAYOUT_ortho_5x12": {
|
||||||
"layout": [
|
|
||||||
"key_count": 60,
|
"key_count": 60,
|
||||||
|
"layout": [
|
||||||
{"label":"k00", "x":0, "y":0},
|
{"label":"k00", "x":0, "y":0},
|
||||||
{"label":"k01", "x":1, "y":0},
|
{"label":"k01", "x":1, "y":0},
|
||||||
{"label":"k02", "x":2, "y":0},
|
{"label":"k02", "x":2, "y":0},
|
||||||
|
|
Loading…
Reference in a new issue