Keyboard: KBD4x: corrected info.json file (#4056)
The `info.json` file for the KBD4x was invalid due to a couple of extra commas.
This commit is contained in:
parent
d435dabefb
commit
b9c5030851
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
{"label":"/", "x":8, "y":3},
|
||||
{"label":"LEFT", "x":9, "y":3},
|
||||
{"label":"DOWN", "x":10, "y":3},
|
||||
{"label":"RIGHT", "x":11, "y":3},
|
||||
{"label":"RIGHT", "x":11, "y":3}
|
||||
]
|
||||
},
|
||||
"LAYOUT_ortho_4x12": {
|
||||
|
@ -105,7 +105,7 @@
|
|||
{"label":"/", "x":8, "y":3},
|
||||
{"label":"LEFT", "x":9, "y":3},
|
||||
{"label":"DOWN", "x":10, "y":3},
|
||||
{"label":"RIGHT", "x":11, "y":3},
|
||||
{"label":"RIGHT", "x":11, "y":3}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue