1
0
Fork 0

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:
noroadsleft 2018-10-03 08:30:13 -07:00 committed by Drashna Jaelre
parent d435dabefb
commit b9c5030851
1 changed files with 2 additions and 2 deletions

View File

@ -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}
]
}
}