mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
[Keyboard] TKC Candybar: Correct info.json (#4882)
Inadvertently left a key position out of info.json, keeping it from rendering properly.
This commit is contained in:
parent
ebec12fbe8
commit
59c846975d
1 changed files with 4 additions and 1 deletions
|
@ -172,7 +172,10 @@
|
||||||
"w":1.25},
|
"w":1.25},
|
||||||
{"x":3.75,
|
{"x":3.75,
|
||||||
"y":3,
|
"y":3,
|
||||||
"w":2.75},
|
"w":1.75},
|
||||||
|
{"x":5.5,
|
||||||
|
"y":3,
|
||||||
|
"w":1},
|
||||||
{"label":"Backspace",
|
{"label":"Backspace",
|
||||||
"x":6.5,
|
"x":6.5,
|
||||||
"y":3,
|
"y":3,
|
||||||
|
|
Loading…
Reference in a new issue