Skip to content

Commit

Permalink
Chosfox CF81: correct layout data (qmk#21902)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored and burkfers committed Sep 24, 2023
1 parent aef2a9f commit 67d3fb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/chosfox/cf81/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
{ "label": ">", "matrix": [4, 9], "x": 10.25, "y": 4.25 },
{ "label": "?", "matrix": [4, 10], "x": 11.25, "y": 4.25 },
{ "label": "Shift", "matrix": [4, 13], "w": 1.75, "x": 12.25, "y": 4.25 },
{ "label": "Up", "matrix": [4, 14], "x": 14.25, "y": 4.25 },
{ "label": "Up", "matrix": [4, 14], "x": 14.25, "y": 4.5 },

{ "label": "Ctrl", "matrix": [5, 0], "w": 1.25, "x": 0, "y": 5.25 },
{ "label": "Win", "matrix": [5, 1], "w": 1.25, "x": 1.25, "y": 5.25 },
Expand All @@ -261,9 +261,9 @@
{ "label": "Alt", "matrix": [5, 9], "x": 10, "y": 5.25 },
{ "label": "Fn", "matrix": [5, 10], "x": 11, "y": 5.25 },
{ "label": "Ctrl", "matrix": [5, 11], "x": 12, "y": 5.25 },
{ "label": "Left", "matrix": [5, 13], "x": 13.25, "y": 5.25 },
{ "label": "Down", "matrix": [5, 14], "x": 14.25, "y": 5.25 },
{ "label": "Right", "matrix": [5, 15], "x": 15.25, "y": 5.25 }
{ "label": "Left", "matrix": [5, 13], "x": 13.25, "y": 5.5 },
{ "label": "Down", "matrix": [5, 14], "x": 14.25, "y": 5.5 },
{ "label": "Right", "matrix": [5, 15], "x": 15.25, "y": 5.5 }
]
}
}
Expand Down

0 comments on commit 67d3fb0

Please sign in to comment.