diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2022-10-05 21:19:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 20:19:45 +0100 |
commit | 248f98bdad5c10d96649ceb5acad53cba1f513ad (patch) | |
tree | dc2eb00fd3dd7bcdc526daceb9a7a8d2e2a193a8 /keyboards/spacetime | |
parent | fe6f707a856044c754911b6b742f5518b3caaa22 (diff) |
width:2 → height:2 for spacetime thumb keys (#18605)
Diffstat (limited to 'keyboards/spacetime')
-rw-r--r-- | keyboards/spacetime/info.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/spacetime/info.json b/keyboards/spacetime/info.json index 682342cede..b34bfe8a6c 100644 --- a/keyboards/spacetime/info.json +++ b/keyboards/spacetime/info.json @@ -58,10 +58,10 @@ {"label":"L30", "x":0, "y":3, "w":1}, {"label":"L34", "x":4, "y":3, "w":1}, - {"label":"L35", "x":5, "y":3, "w":2}, - {"label":"L36", "x":6, "y":3, "w":2}, - {"label":"R30", "x":7, "y":3, "w":2}, - {"label":"R31", "x":8, "y":3, "w":2}, + {"label":"L35", "x":5, "y":3, "h":2}, + {"label":"L36", "x":6, "y":3, "h":2}, + {"label":"R30", "x":7, "y":3, "h":2}, + {"label":"R31", "x":8, "y":3, "h":2}, {"label":"R32", "x":9, "y":3, "w":1}, {"label":"R36", "x":13, "y":3, "w":1} ] |