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
|
{
"manufacturer": "MechWild",
"url": "mechwild.com",
"maintainer": "kylemccreery",
"usb": {
"vid": "0x6D77"
},
"build": {
"lto": true
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"debug": false,
"extrakey": true,
"mousekey": true,
"rgblight": true,
"nkro": true
},
"development_board": "promicro",
"rgblight": {
"sleep": true,
"max_brightness": 255
},
"tapping": {
"tap_keycode_delay": 10,
"tap_capslock_delay": 10
}
}
|