]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: KBD4x: corrected info.json file (#4056)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 3 Oct 2018 15:30:13 +0000 (08:30 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Oct 2018 15:30:13 +0000 (08:30 -0700)
The `info.json` file for the KBD4x was invalid due to a couple of extra commas.

keyboards/kbd4x/info.json

index 78d011e2c7b9acae3bb8096636bad2db077be07c..f9952e79031168f8a53f6ae9e3b202a67c594421 100644 (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": {
               {"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}
             ]
         }
     }