diff options
author | QMK Bot <hello@qmk.fm> | 2023-06-18 22:09:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-06-18 22:09:05 +0000 |
commit | 7c7cec906acace0991ce04780103e48117ee4d27 (patch) | |
tree | 813043a6b5cc2ba75dd232a4e025deb974daf154 /keyboards/gmmk/numpad | |
parent | 54d883befa0162f6a00dac3326a66877a7619955 (diff) | |
parent | 88640e47ef3d669973d410eb374a4c318023f6c9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gmmk/numpad')
-rw-r--r-- | keyboards/gmmk/numpad/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gmmk/numpad/info.json b/keyboards/gmmk/numpad/info.json index 4df94d45ee..195d4fa710 100644 --- a/keyboards/gmmk/numpad/info.json +++ b/keyboards/gmmk/numpad/info.json @@ -39,7 +39,7 @@ {"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}, @@ -47,7 +47,7 @@ {"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} ] } } |