Skip to content

Commit

Permalink
CMM.Studio Fuji65: correct layout data for real this time (qmk#16295)
Browse files Browse the repository at this point in the history
Because I apparently can't tell the difference between coordinates and dimensions.
  • Loading branch information
noroadsleft committed Feb 10, 2022
1 parent 5475553 commit 66f61ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/cmm_studio/fuji65/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "label": "K0C (B5,D2)", "x": 12, "y": 0 },
{ "label": "K0D (B5,D1)", "x": 13, "y": 0 },
{ "label": "K0E (B5,D0)", "x": 14, "y": 0 },
{ "label": "K10 (B4,F7)", "x": 0, "y": 1.5 },
{ "label": "K10 (B4,F7)", "x": 0, "y": 1, "w": 1.5 },
{ "label": "K11 (B4,F6)", "x": 1.5, "y": 1 },
{ "label": "K12 (B4,F5)", "x": 2.5, "y": 1 },
{ "label": "K13 (B4,F4)", "x": 3.5, "y": 1 },
Expand Down

0 comments on commit 66f61ae

Please sign in to comment.