summaryrefslogtreecommitdiffstats
path: root/keyboards/biacco42/meishi2/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/biacco42/meishi2/info.json')
-rw-r--r--keyboards/biacco42/meishi2/info.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/biacco42/meishi2/info.json b/keyboards/biacco42/meishi2/info.json
index ae5c28ddfc..fb88356968 100644
--- a/keyboards/biacco42/meishi2/info.json
+++ b/keyboards/biacco42/meishi2/info.json
@@ -18,10 +18,10 @@
"layouts": {
"LAYOUT": {
"layout": [
- { "x": 0, "y": 0 },
- { "x": 1, "y": 0 },
- { "x": 2, "y": 0 },
- { "x": 3, "y": 0 }
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [1, 0], "x": 2, "y": 0},
+ {"matrix": [1, 1], "x": 3, "y": 0}
]
}
}