diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-01 02:06:11 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 15:06:11 +0000 |
commit | 7a8265247b75bf389c791738a30a01fe3dba2263 (patch) | |
tree | 3d62044eb3f5057f9cf02897205d71c8d1addd03 /keyboards/ibnuda | |
parent | bfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff) |
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/ibnuda')
-rw-r--r-- | keyboards/ibnuda/squiggle/rev1/info.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/ibnuda/squiggle/rev1/info.json b/keyboards/ibnuda/squiggle/rev1/info.json index 7f48b11c76..6016649bce 100644 --- a/keyboards/ibnuda/squiggle/rev1/info.json +++ b/keyboards/ibnuda/squiggle/rev1/info.json @@ -145,15 +145,15 @@ {"label":".", "x":8, "y":2.2}, {"label":"/", "x":9, "y":2.9}, - {"label":"bspc", "x":3, "y":3.6, "h":1}, - {"label":"esc/sft", "x":4, "y":3.65, "h":1}, - {"label":"ent/alt", "x":5, "y":3.65, "h":1}, - {"label":"spc", "x":6, "y":3.6, "h":1}, - - {"label":"lower", "x":3, "y":4.6, "h":1}, - {"label":"gui", "x":4, "y":4.65, "h":1}, - {"label":"tab", "x":5, "y":4.65, "h":1}, - {"label":"raise", "x":6, "y":4.6, "h":1} + {"label":"bspc", "x":3, "y":3.6}, + {"label":"esc/sft", "x":4, "y":3.65}, + {"label":"ent/alt", "x":5, "y":3.65}, + {"label":"spc", "x":6, "y":3.6}, + + {"label":"lower", "x":3, "y":4.6}, + {"label":"gui", "x":4, "y":4.65}, + {"label":"tab", "x":5, "y":4.65}, + {"label":"raise", "x":6, "y":4.6} ] } } |