summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi/xd002/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xiudi/xd002/info.json')
-rw-r--r--keyboards/xiudi/xd002/info.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/xiudi/xd002/info.json b/keyboards/xiudi/xd002/info.json
index c160af5f85..cce509be79 100644
--- a/keyboards/xiudi/xd002/info.json
+++ b/keyboards/xiudi/xd002/info.json
@@ -8,6 +8,9 @@
"pid": "0x0202",
"device_version": "0.0.1"
},
+ "ws2812": {
+ "pin": "B2"
+ },
"matrix_pins": {
"direct": [
["B0", "B1"]
@@ -16,8 +19,8 @@
"layouts": {
"LAYOUT": {
"layout": [
- {"x":0, "y":0, "matrix": [0, 0]},
- {"x":1, "y":0, "matrix": [0, 1]}
+ {"x": 0, "y": 0, "matrix": [0, 0]},
+ {"x": 1, "y": 0, "matrix": [0, 1]}
]
}
}