Browse Source

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 5 years ago
committed by Drashna Jaelre
parent
commit
b9c5030851
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/kbd4x/info.json

+ 2
- 2
keyboards/kbd4x/info.json 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}
]
}
}


Loading…
Cancel
Save