summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi/xd004/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xiudi/xd004/info.json')
-rw-r--r--keyboards/xiudi/xd004/info.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/xiudi/xd004/info.json b/keyboards/xiudi/xd004/info.json
index 77f57ce322..175b7873f3 100644
--- a/keyboards/xiudi/xd004/info.json
+++ b/keyboards/xiudi/xd004/info.json
@@ -16,7 +16,12 @@
},
"layouts": {
"LAYOUT_all": {
- "layout": [{"label":"L", "x":0, "y":0}, {"label":"O", "x":1, "y":0}, {"label":"V", "x":2, "y":0}, {"label":"E", "x":3, "y":0}]
+ "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]}
+ ]
}
}
}