summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/mechboards_micropad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/mechboards_micropad/info.json')
-rw-r--r--keyboards/handwired/mechboards_micropad/info.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/handwired/mechboards_micropad/info.json b/keyboards/handwired/mechboards_micropad/info.json
index 6d751780f6..7da646d1fe 100644
--- a/keyboards/handwired/mechboards_micropad/info.json
+++ b/keyboards/handwired/mechboards_micropad/info.json
@@ -17,7 +17,12 @@
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
- "layout": [{"label":"1", "x":0, "y":0}, {"label":"2", "x":1, "y":0}, {"label":"3", "x":2, "y":0}, {"label":"4", "x":3, "y":0}]
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0},
+ {"matrix": [0, 3], "x": 3, "y": 0}
+ ]
}
}
}