summaryrefslogtreecommitdiffstats
path: root/keyboards/grid600/press/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/grid600/press/info.json')
-rw-r--r--keyboards/grid600/press/info.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/grid600/press/info.json b/keyboards/grid600/press/info.json
index 0e0aaff476..3a247c0c81 100644
--- a/keyboards/grid600/press/info.json
+++ b/keyboards/grid600/press/info.json
@@ -17,7 +17,12 @@
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"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}
+ ]
}
}
}