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/cosmo65 | |
parent | bfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff) |
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/cosmo65')
-rw-r--r-- | keyboards/cosmo65/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cosmo65/info.json b/keyboards/cosmo65/info.json index a0bd7ed6e4..436e08038d 100644 --- a/keyboards/cosmo65/info.json +++ b/keyboards/cosmo65/info.json @@ -70,7 +70,7 @@ { "matrix": [4, 0], "w": 1.25, "x": 0, "y": 4 }, { "matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4 }, { "matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4 }, - { "matrix": [4, 3], "w": 1, "x": 1.25, "y": 3 }, + { "matrix": [4, 3], "x": 1.25, "y": 3 }, { "matrix": [4, 4], "w": 2.75, "x": 3.75, "y": 4 }, { "matrix": [4, 5], "w": 1.25, "x": 6.5, "y": 4 }, { "matrix": [4, 6], "w": 2.25, "x": 7.75, "y": 4 }, |