blob: 80951b5b2ddc8f34202cdcb4285fa1f9efae8b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"usb": {
"device_version": "1.0.0"
},
"diode_direction": "COL2ROW",
"matrix_pins": {
"direct": [ [ "D5", "B6", "D4", "D2", "E6", "D7" ] ]
},
"rgblight": {
"led_count": 3,
"pin": "B5",
"max_brightness": 40,
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true
}
}
}
|