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/jels/jels88 | |
parent | bfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff) |
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/jels/jels88')
-rw-r--r-- | keyboards/jels/jels88/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/jels/jels88/info.json b/keyboards/jels/jels88/info.json index fed2fe9f4c..6324bfb133 100644 --- a/keyboards/jels/jels88/info.json +++ b/keyboards/jels/jels88/info.json @@ -269,7 +269,7 @@ { "label": "L", "x": 9.75, "y": 3.25 }, { "label": ":", "x": 10.75, "y": 3.25 }, { "label": "\"", "x": 11.75, "y": 3.25 }, - { "label": "|", "x": 12.75, "y": 3.25, "w": 1 }, + { "label": "|", "x": 12.75, "y": 3.25 }, { "label": "Shift", "x": 0, "y": 4.25, "w": 1.25 }, { "label": "|", "x": 1.25, "y": 4.25 }, { "label": "Z", "x": 2.25, "y": 4.25 }, |