diff options
Diffstat (limited to 'keyboards/amag23/info.json')
-rw-r--r-- | keyboards/amag23/info.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/amag23/info.json b/keyboards/amag23/info.json index 822f18c906..1bbcc854c5 100644 --- a/keyboards/amag23/info.json +++ b/keyboards/amag23/info.json @@ -8,6 +8,14 @@ "pid": "0x2323", "device_version": "0.0.1" }, + "ws2812": { + "driver": "i2c" + }, + "matrix_pins": { + "cols": ["B0", "B1", "B2", "B3", "B4", "B5"], + "rows": ["A0", "A1", "A2", "A3"] + }, + "diode_direction": "ROW2COL", "processor": "atmega32a", "bootloader": "bootloadhid", "layouts": { |