summaryrefslogtreecommitdiff
path: root/keyboards/spacetime/info.json
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-01 02:06:11 +1100
committerGitHub <noreply@github.com>2023-02-28 15:06:11 +0000
commit7a8265247b75bf389c791738a30a01fe3dba2263 (patch)
tree3d62044eb3f5057f9cf02897205d71c8d1addd03 /keyboards/spacetime/info.json
parentbfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff)
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/spacetime/info.json')
-rw-r--r--keyboards/spacetime/info.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/spacetime/info.json b/keyboards/spacetime/info.json
index 2e44803f32..b4c037caeb 100644
--- a/keyboards/spacetime/info.json
+++ b/keyboards/spacetime/info.json
@@ -61,14 +61,14 @@
{"label":"R25", "x":12, "y":2},
{"label":"R26", "x":13, "y":2},
- {"label":"L30", "x":0, "y":3, "w":1},
- {"label":"L34", "x":4, "y":3, "w":1},
+ {"label":"L30", "x":0, "y":3},
+ {"label":"L34", "x":4, "y":3},
{"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}
+ {"label":"R32", "x":9, "y":3},
+ {"label":"R36", "x":13, "y":3}
]
}
}