Skip to content

Commit

Permalink
[refactor] correct layout data (#21289)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored Jun 18, 2023
1 parent b520b35 commit 88640e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/gmmk/numpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
{"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
{"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
{"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
{"label": "CALC", "matrix": [2, 3], "x": 3, "y": 2},
{"label": "CALC", "matrix": [2, 3], "x": 4.25, "y": 0},

{"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
{"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
{"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
{"label": "RET", "matrix": [3, 3], "x": 3, "y": 3, "h": 2},

{"label": "0", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
{"label": ".", "matrix": [4, 3], "x": 3, "y": 4}
{"label": ".", "matrix": [4, 3], "x": 2, "y": 4}
]
}
}
Expand Down

0 comments on commit 88640e4

Please sign in to comment.