Skip to content

Commit

Permalink
fix evelyn layout
Browse files Browse the repository at this point in the history
  • Loading branch information
patcoll committed Sep 19, 2024
1 parent 64adb0d commit 0c0c79f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions firmware/nachie/evelyn/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
{"y": 2, "x": 7, "matrix": [4, 3], "label": "4,3"},
{"y": 2, "x": 8, "matrix": [5, 3], "label": "5,3"},
{"y": 2, "x": 9, "matrix": [4, 4], "label": "4,4"},
{"y": 3, "x": 0, "matrix": [6, 0], "w": 1.25, "label": "6,0"},
{"y": 3, "x": 2.5, "matrix": [6, 1], "label": "6,1"},
{"y": 3, "x": 3.5, "matrix": [6, 2], "w": 2.25, "label": "6,2"},
{"y": 3, "x": 6, "matrix": [6, 3], "w": 2, "label": "6,3"},
{"y": 3, "x": 8, "matrix": [6, 4], "label": "6,4"},
{"y": 6, "x": 3.75, "matrix": [5, 4], "w": 1.25, "label": "5,4"},
{"y": 6, "x": 5, "matrix": [4, 5], "label": "4,5"},
{"y": 3, "x": 0, "matrix": [5, 4], "w": 1.25, "label": "5,4"},
{"y": 3, "x": 2.5, "matrix": [4, 5], "label": "4,5"},
{"y": 3, "x": 3.5, "matrix": [6, 0], "w": 2.25, "label": "6,0"},
{"y": 3, "x": 6, "matrix": [6, 1], "w": 2, "label": "6,1"},
{"y": 3, "x": 8, "matrix": [6, 2], "label": "6,2"},
{"y": 6, "x": 3.75, "matrix": [6, 3], "w": 1.25, "label": "6,3"},
{"y": 6, "x": 5, "matrix": [6, 4], "label": "6,4"},
{"y": 7, "x": 4.75, "matrix": [6, 5], "w": 1.25, "label": "6,5"}
]
}
Expand Down
14 changes: 7 additions & 7 deletions firmware/nachie/evelyn/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
{"y": 2, "x": 7, "matrix": [4, 3], "label": "4,3"},
{"y": 2, "x": 8, "matrix": [5, 3], "label": "5,3"},
{"y": 2, "x": 9, "matrix": [4, 4], "label": "4,4"},
{"y": 3, "x": 0, "matrix": [6, 0], "w": 1.25, "label": "6,0"},
{"y": 3, "x": 2.5, "matrix": [6, 1], "label": "6,1"},
{"y": 3, "x": 3.5, "matrix": [6, 2], "w": 2.25, "label": "6,2"},
{"y": 3, "x": 6, "matrix": [6, 3], "w": 2, "label": "6,3"},
{"y": 3, "x": 8, "matrix": [6, 4], "label": "6,4"},
{"y": 6, "x": 3.75, "matrix": [5, 4], "w": 1.25, "label": "5,4"},
{"y": 6, "x": 5, "matrix": [4, 5], "label": "4,5"},
{"y": 3, "x": 0, "matrix": [5, 4], "w": 1.25, "label": "5,4"},
{"y": 3, "x": 2.5, "matrix": [4, 5], "label": "4,5"},
{"y": 3, "x": 3.5, "matrix": [6, 0], "w": 2.25, "label": "6,0"},
{"y": 3, "x": 6, "matrix": [6, 1], "w": 2, "label": "6,1"},
{"y": 3, "x": 8, "matrix": [6, 2], "label": "6,2"},
{"y": 6, "x": 3.75, "matrix": [6, 3], "w": 1.25, "label": "6,3"},
{"y": 6, "x": 5, "matrix": [6, 4], "label": "6,4"},
{"y": 7, "x": 4.75, "matrix": [6, 5], "w": 1.25, "label": "6,5"}
]
}
Expand Down

0 comments on commit 0c0c79f

Please sign in to comment.