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/4pplet | |
parent | bfeccf3172886c9a6ef78a7e9e7edec0434cb3e9 (diff) |
Remove `"w":1` and `"h":1` from info.json (#19961)
Diffstat (limited to 'keyboards/4pplet')
-rw-r--r-- | keyboards/4pplet/bootleg/rev_a/info.json | 2 | ||||
-rw-r--r-- | keyboards/4pplet/eagle_viper_rep/rev_a/info.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/4pplet/bootleg/rev_a/info.json b/keyboards/4pplet/bootleg/rev_a/info.json index 8f3b5eb2bf..49686d5bf3 100644 --- a/keyboards/4pplet/bootleg/rev_a/info.json +++ b/keyboards/4pplet/bootleg/rev_a/info.json @@ -72,7 +72,7 @@ { "label": ">", "x": 10.25, "y": 3 }, { "label": "?", "x": 11.25, "y": 3 }, { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, - { "label": "Fn", "x": 14, "y": 3, "w": 1 }, + { "label": "Fn", "x": 14, "y": 3 }, { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, diff --git a/keyboards/4pplet/eagle_viper_rep/rev_a/info.json b/keyboards/4pplet/eagle_viper_rep/rev_a/info.json index 8748b32480..534736ccd7 100644 --- a/keyboards/4pplet/eagle_viper_rep/rev_a/info.json +++ b/keyboards/4pplet/eagle_viper_rep/rev_a/info.json @@ -74,7 +74,7 @@ { "label": ">", "x": 10.25, "y": 3 }, { "label": "?", "x": 11.25, "y": 3 }, { "label": "Shift", "x": 12.25, "y": 3, "w": 1.75 }, - { "label": "Fn", "x": 14, "y": 3, "w": 1 }, + { "label": "Fn", "x": 14, "y": 3 }, { "label": "Ctrl", "x": 0, "y": 4, "w": 1.25 }, { "label": "Win", "x": 1.25, "y": 4, "w": 1.25 }, { "label": "Alt", "x": 2.5, "y": 4, "w": 1.25 }, |