Keyboard: KBD4x: corrected info.json file (#4056)

The `info.json` file for the KBD4x was invalid due to a couple of extra commas.
pull/4063/head
noroadsleft 6 years ago committed by Drashna Jaelre
parent d435dabefb
commit b9c5030851

@ -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…
Cancel
Save