summaryrefslogtreecommitdiffstats
path: root/keyboards/25keys/cassette42/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/25keys/cassette42/info.json')
-rw-r--r--keyboards/25keys/cassette42/info.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/keyboards/25keys/cassette42/info.json b/keyboards/25keys/cassette42/info.json
index f791a83e48..01701aedeb 100644
--- a/keyboards/25keys/cassette42/info.json
+++ b/keyboards/25keys/cassette42/info.json
@@ -14,6 +14,9 @@
{"pin_a": "B3", "pin_b": "B1"}
]
},
+ "ws2812": {
+ "pin": "D3"
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"matrix_pins": {
@@ -24,12 +27,12 @@
"layouts": {
"LAYOUT": {
"layout": [
- {"x":0.5, "y":0.75, "matrix": [0, 4]},
- {"x":2.5, "y":0.75, "matrix": [0, 5]},
- {"x":0, "y":1.75, "matrix": [0, 0]},
- {"x":1, "y":1.75, "matrix": [0, 1]},
- {"x":2, "y":1.75, "matrix": [0, 2]},
- {"x":3, "y":1.75, "matrix": [0, 3]}
+ {"x": 0.5, "y": 0, "matrix": [0, 4]},
+ {"x": 2.5, "y": 0, "matrix": [0, 5]},
+ {"x": 0, "y": 1, "matrix": [0, 0]},
+ {"x": 1, "y": 1, "matrix": [0, 1]},
+ {"x": 2, "y": 1, "matrix": [0, 2]},
+ {"x": 3, "y": 1, "matrix": [0, 3]}
]
}
}