]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Configurator info.json fix for KBD19x
authornoroadsleft <xxiinophobia@yahoo.com>
Wed, 31 Oct 2018 00:30:09 +0000 (17:30 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 31 Oct 2018 00:47:24 +0000 (17:47 -0700)
The info.json had a random backslash, which invalidated the JSON structure. This commit fixes that issue.

keyboards/kbd19x/info.json

index dd5cc700ccdf211a6ffe8745c58386e54105beba..31f2f9cf57eb648960a3d77db201f7c0729ae102 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "keyboard_name": "KBD19x", 
-    "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/kbd19x", 
-    "maintainer": "qmk", 
-    "width": 19.5, 
-    "height": 6.75, 
+    "keyboard_name": "KBD19x",
+    "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/kbd19x",
+    "maintainer": "qmk",
+    "width": 19.5,
+    "height": 6.75,
     "layouts": {
         "LAYOUT_ansi": {
            "key_count": 99,
@@ -61,7 +61,7 @@
                       {"label":"8", "x":16.5, "y":2.5},
                       {"label":"9", "x":17.5, "y":2.5},
                       {"label":"+", "x":18.5, "y":2.5, "h":2},
-                      {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75},\
+                      {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75},
                       {"label":"A", "x":1.75, "y":3.5},
                       {"label":"S", "x":2.75, "y":3.5},
                       {"label":"D", "x":3.75, "y":3.5},