summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-06-18 15:08:34 -0700
committerGitHub <noreply@github.com>2023-06-18 23:08:34 +0100
commit88640e47ef3d669973d410eb374a4c318023f6c9 (patch)
treeb2817756dca970a56ff221123055659fcf77331b /keyboards
parentb520b352f952d83eb67187c0e062ce8f0dff1f79 (diff)
[refactor] correct layout data (#21289)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/gmmk/numpad/info.json4
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}
]
}
}