summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoroadsleft <xxiinophobia@yahoo.com>2018-10-30 17:30:09 -0700
committerDrashna Jaelre <drashna@live.com>2018-10-30 17:47:24 -0700
commit685cec47bb4d10de2642690a71cb2566bceffccb (patch)
tree9d67ab93ff8f70202d18f6afa1fffb4ee7d41abe
parent426c18b8c6fac83620de9ccedb4668dbb3a1ff40 (diff)
Configurator info.json fix for KBD19x
The info.json had a random backslash, which invalidated the JSON structure. This commit fixes that issue.
-rw-r--r--keyboards/kbd19x/info.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/kbd19x/info.json b/keyboards/kbd19x/info.json
index dd5cc700cc..31f2f9cf57 100644
--- a/keyboards/kbd19x/info.json
+++ b/keyboards/kbd19x/info.json
@@ -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},