Remove "w":1 and "h":1 from info.json (#19961)

This commit is contained in:
Ryan
2023-03-01 02:06:11 +11:00
committed by GitHub
parent bfeccf3172
commit 7a8265247b
95 changed files with 5465 additions and 5525 deletions

View File

@@ -172,11 +172,11 @@
{ "label": "/", "x": 11.25, "y": 4.25 },
{ "x": 10, "y": 5.25 },
{ "label": "LCTRL", "x": 0, "y": 5.25, "w": 1.5 },
{ "label": "LWIN", "x": 1.5, "y": 5.25, "w": 1 },
{ "label": "LWIN", "x": 1.5, "y": 5.25 },
{ "label": "LALT", "x": 2.5, "y": 5.25, "w": 1.5 },
{ "label": "SPACE", "x": 4, "y": 5.25, "w": 7 },
{ "label": "RALT", "x": 11, "y": 5.25, "w": 1.5 },
{ "label": "RWIN", "x": 12.5, "y": 5.25, "w": 1 },
{ "label": "RWIN", "x": 12.5, "y": 5.25 },
{ "label": "RCTRL", "x": 13.5, "y": 5.25, "w": 1.5 }
]
}