blob: 4ec61dc7eb1d6d6c864b8c4375b2ee7bdedc0708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"matrix_pins": {
"direct": [
["D4", "D2", "E6", "B6", "D7"]
]
},
"ws2812": {
"pin": "B5"
},
"rgblight": {
"led_count": 3,
"max_brightness": 40,
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true
}
}
}
|