summaryrefslogtreecommitdiff
path: root/keyboards/xiudi/xd004/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-05-13 05:18:09 -0700
committerGitHub <noreply@github.com>2023-05-13 05:18:09 -0700
commite950b758cce5e69b3df272f589421dbb883314c7 (patch)
tree42ea976d67a7e50721fd68a0de1433892c166112 /keyboards/xiudi/xd004/info.json
parent327e8d5dd7ac46c8d658323099250fa0ddc9f72f (diff)
Xiudi XD004: rename LAYOUT_all to LAYOUT_ortho_1x4 (#20919)
* info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ortho_1x4
Diffstat (limited to 'keyboards/xiudi/xd004/info.json')
-rw-r--r--keyboards/xiudi/xd004/info.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/xiudi/xd004/info.json b/keyboards/xiudi/xd004/info.json
index f15cc9c387..597c5dc818 100644
--- a/keyboards/xiudi/xd004/info.json
+++ b/keyboards/xiudi/xd004/info.json
@@ -21,13 +21,16 @@
["D3", "D0", "C4", "B4"]
]
},
+ "layout_aliases": {
+ "LAYOUT_all": "LAYOUT_ortho_1x4"
+ },
"layouts": {
- "LAYOUT_all": {
+ "LAYOUT_ortho_1x4": {
"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]}
+ {"label": "L", "matrix": [0, 0], "x": 0, "y": 0},
+ {"label": "O", "matrix": [0, 1], "x": 1, "y": 0},
+ {"label": "V", "matrix": [0, 2], "x": 2, "y": 0},
+ {"label": "E", "matrix": [0, 3], "x": 3, "y": 0}
]
}
}