summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-10-03 17:30:13 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-03 17:30:13 +0200
commitb9c503085191ea1fb0f9d80c7d083e316e9f0f7c (patch)
tree1d7c6c67b843bb2ab5867a0af2b40ee2fb3897e9
parentd435dabefb6b6870de2e1d2a660c0e9be8fa25e5 (diff)
downloadqmk_firmware-b9c503085191ea1fb0f9d80c7d083e316e9f0f7c.tar.gz
qmk_firmware-b9c503085191ea1fb0f9d80c7d083e316e9f0f7c.tar.xz
Keyboard: KBD4x: corrected info.json file (#4056)
The `info.json` file for the KBD4x was invalid due to a couple of extra commas.
-rw-r--r--keyboards/kbd4x/info.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kbd4x/info.json b/keyboards/kbd4x/info.json
index 78d011e2c..f9952e790 100644
--- a/keyboards/kbd4x/info.json
+++ b/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}
]
}
}