Configurator info.json fix for KBD19x

The info.json had a random backslash, which invalidated the JSON structure. This commit fixes that issue.
This commit is contained in:
noroadsleft 2018-10-30 17:30:09 -07:00 committed by Drashna Jaelre
parent 426c18b8c6
commit 685cec47bb
1 changed files with 6 additions and 6 deletions

View File

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