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.
noroadsleft 6 years ago
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

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