summaryrefslogtreecommitdiff
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.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/keyboards/xiudi/xd004/info.json b/keyboards/xiudi/xd004/info.json
index e9876f8c64..a404780eea 100644
--- a/keyboards/xiudi/xd004/info.json
+++ b/keyboards/xiudi/xd004/info.json
@@ -7,9 +7,25 @@
"pid": "0x0404",
"device_version": "0.0.1"
},
+ "backlight": {
+ "pin": "D5",
+ "levels": 6
+ },
+ "processor": "atmega16u2",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "direct": [
+ ["D3", "D0", "C4", "B4"]
+ ]
+ },
"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]}
+ ]
}
}
}