Skip to content

Commit

Permalink
Swift65 Hotswap: correct key sizes (qmk#17666)
Browse files Browse the repository at this point in the history
Corrects the key sizes on the bottom row (1.5-1-1.5-7 instead of 1.25-1.25-1.25-7.25).
  • Loading branch information
noroadsleft authored and schattenbrot committed Aug 2, 2022
1 parent 2869797 commit 01442f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/alfredslab/swift65/hotswap/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
{ "label": "K3B (D6,D7)", "x": 11.25, "y": 3 },
{ "label": "K3C (D6,D5)", "x": 12.25, "y": 3, "w": 1.75 },
{ "label": "K3D (D6,D3)", "x": 14, "y": 3 },
{ "label": "K40 (D4,F7)", "x": 0, "y": 4, "w": 1.25 },
{ "label": "K41 (D4,F6)", "x": 1.25, "y": 4, "w": 1.25 },
{ "label": "K42 (D4,F5)", "x": 2.5, "y": 4, "w": 1.25 },
{ "label": "K46 (D4,C7)", "x": 3.75, "y": 4, "w": 7.25 },
{ "label": "K40 (D4,F7)", "x": 0, "y": 4, "w": 1.5 },
{ "label": "K41 (D4,F6)", "x": 1.5, "y": 4},
{ "label": "K42 (D4,F5)", "x": 2.5, "y": 4, "w": 1.5 },
{ "label": "K46 (D4,C7)", "x": 4, "y": 4, "w": 7},
{ "label": "K4B (D4,D7)", "x": 11, "y": 4, "w": 1.5 },
{ "label": "K4C (D4,D5)", "x": 13, "y": 4 },
{ "label": "K4D (D4,D3)", "x": 14, "y": 4 },
Expand Down

0 comments on commit 01442f2

Please sign in to comment.