diff options
author | TerryMathews <terry@terrymathews.net> | 2019-01-19 18:04:46 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-19 18:04:46 +0100 |
commit | 59c846975d8bb856e543ef24a91b988737b9779d (patch) | |
tree | 1baec820a58d7d5f05086c2265c0c3e543ba5048 | |
parent | ebec12fbe8bff9b657f3fe6abee67e37ef0a1ba6 (diff) | |
download | qmk_firmware-59c846975d8bb856e543ef24a91b988737b9779d.tar.gz qmk_firmware-59c846975d8bb856e543ef24a91b988737b9779d.tar.xz |
[Keyboard] TKC Candybar: Correct info.json (#4882)
Inadvertently left a key position out of info.json, keeping it from
rendering properly.
-rw-r--r-- | keyboards/candybar/info.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/candybar/info.json b/keyboards/candybar/info.json index 9e4dfadc8..442324ece 100644 --- a/keyboards/candybar/info.json +++ b/keyboards/candybar/info.json @@ -172,7 +172,10 @@ "w":1.25}, {"x":3.75, "y":3, - "w":2.75}, + "w":1.75}, + {"x":5.5, + "y":3, + "w":1}, {"label":"Backspace", "x":6.5, "y":3, |