Skip to content

Commit

Permalink
Keyboard: KBD4x: corrected info.json file (qmk#4056)
Browse files Browse the repository at this point in the history
The `info.json` file for the KBD4x was invalid due to a couple of extra commas.
  • Loading branch information
noroadsleft authored and drashna committed Oct 3, 2018
1 parent d435dab commit b9c5030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/kbd4x/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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}
]
}
}
Expand Down

0 comments on commit b9c5030

Please sign in to comment.