diff options
Diffstat (limited to 'keyboards/aurora65/info.json')
-rw-r--r-- | keyboards/aurora65/info.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/aurora65/info.json b/keyboards/aurora65/info.json index 28adec5eab..2bc9687f47 100644 --- a/keyboards/aurora65/info.json +++ b/keyboards/aurora65/info.json @@ -8,6 +8,14 @@ "pid": "0x4136", "device_version": "0.0.1" }, + "ws2812": { + "driver": "pwm" + }, + "matrix_pins": { + "cols": ["A13", "A10", "A9", "A14", "A15", "B8", "B9", "B2", "B1", "B0", "A0", "A1", "A2", "A3", "A5"], + "rows": ["B3", "B4", "B5", "A8", "A4"] + }, + "diode_direction": "COL2ROW", "processor": "STM32F072", "bootloader": "stm32-dfu", "community_layouts": ["65_ansi_blocker"], |