summaryrefslogtreecommitdiffstats
path: root/keyboards/adafruit/macropad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/adafruit/macropad/info.json')
-rw-r--r--keyboards/adafruit/macropad/info.json33
1 files changed, 20 insertions, 13 deletions
diff --git a/keyboards/adafruit/macropad/info.json b/keyboards/adafruit/macropad/info.json
index 75c859adb1..febf1e61f6 100644
--- a/keyboards/adafruit/macropad/info.json
+++ b/keyboards/adafruit/macropad/info.json
@@ -13,9 +13,16 @@
{"pin_a": "GP18", "pin_b": "GP17"}
]
},
+ "rgb_matrix": {
+ "driver": "WS2812"
+ },
"bootmagic": {
"matrix": [1, 2]
},
+ "ws2812": {
+ "pin": "GP19",
+ "driver": "vendor"
+ },
"processor": "RP2040",
"bootloader": "rp2040",
"matrix_pins": {
@@ -30,19 +37,19 @@
"layouts": {
"LAYOUT": {
"layout": [
- {"x":2, "y":0, "matrix": [0, 2]},
- {"x":0, "y":1, "matrix": [1, 0]},
- {"x":1, "y":1, "matrix": [1, 1]},
- {"x":2, "y":1, "matrix": [1, 2]},
- {"x":0, "y":2, "matrix": [2, 0]},
- {"x":1, "y":2, "matrix": [2, 1]},
- {"x":2, "y":2, "matrix": [2, 2]},
- {"x":0, "y":3, "matrix": [3, 0]},
- {"x":1, "y":3, "matrix": [3, 1]},
- {"x":2, "y":3, "matrix": [3, 2]},
- {"x":0, "y":4, "matrix": [4, 0]},
- {"x":1, "y":4, "matrix": [4, 1]},
- {"x":2, "y":4, "matrix": [4, 2]}
+ {"x": 2, "y": 0, "matrix": [0, 2]},
+ {"x": 0, "y": 1, "matrix": [1, 0]},
+ {"x": 1, "y": 1, "matrix": [1, 1]},
+ {"x": 2, "y": 1, "matrix": [1, 2]},
+ {"x": 0, "y": 2, "matrix": [2, 0]},
+ {"x": 1, "y": 2, "matrix": [2, 1]},
+ {"x": 2, "y": 2, "matrix": [2, 2]},
+ {"x": 0, "y": 3, "matrix": [3, 0]},
+ {"x": 1, "y": 3, "matrix": [3, 1]},
+ {"x": 2, "y": 3, "matrix": [3, 2]},
+ {"x": 0, "y": 4, "matrix": [4, 0]},
+ {"x": 1, "y": 4, "matrix": [4, 1]},
+ {"x": 2, "y": 4, "matrix": [4, 2]}
]
}
}