1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
{
"manufacturer": "Mechlovin Studio",
"url": "",
"maintainer": "Mechlovin' Studio",
"usb": {
"vid": "0x4D4C",
"device_version": "0.0.1"
},
"indicators": {
"caps_lock": "C14",
"num_lock": "C15"
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"eeprom": {
"wear_leveling": {
"backing_size": 4096
}
},
"features": {
"bootmagic": true,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"rgblight": true,
"audio": false
},
"rgblight": {
"sleep": true,
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
}
}
}
|