diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-10-03 08:30:13 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-03 08:30:13 -0700 |
commit | b9c503085191ea1fb0f9d80c7d083e316e9f0f7c (patch) | |
tree | 1d7c6c67b843bb2ab5867a0af2b40ee2fb3897e9 | |
parent | d435dabefb6b6870de2e1d2a660c0e9be8fa25e5 (diff) | |
download | firmware-b9c503085191ea1fb0f9d80c7d083e316e9f0f7c.tar.gz firmware-b9c503085191ea1fb0f9d80c7d083e316e9f0f7c.tar.bz2 firmware-b9c503085191ea1fb0f9d80c7d083e316e9f0f7c.zip |
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.json | 4 |
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} ] } } |