summaryrefslogtreecommitdiffstats
path: root/keyboards/peranekofactory/tone/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/peranekofactory/tone/rev1/info.json')
-rw-r--r--keyboards/peranekofactory/tone/rev1/info.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/peranekofactory/tone/rev1/info.json b/keyboards/peranekofactory/tone/rev1/info.json
index 16f1db0328..00afdbbdc7 100644
--- a/keyboards/peranekofactory/tone/rev1/info.json
+++ b/keyboards/peranekofactory/tone/rev1/info.json
@@ -17,7 +17,16 @@
},
"layouts": {
"LAYOUT": {
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}]
+ "layout": [
+ {"x":0, "y":0, "matrix": [0, 0]},
+ {"x":1, "y":0, "matrix": [0, 1]},
+ {"x":2, "y":0, "matrix": [0, 2]},
+ {"x":3, "y":0, "matrix": [0, 3]},
+ {"x":0, "y":1, "matrix": [0, 4]},
+ {"x":1, "y":1, "matrix": [0, 5]},
+ {"x":2, "y":1, "matrix": [0, 6]},
+ {"x":3, "y":1, "matrix": [0, 7]}
+ ]
}
}
}