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
45
46
47
|
{
"manufacturer": "IDOBAO",
"url": "",
"maintainer": "IDOBAOKB",
"usb": {
"vid": "0x6964",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["B7", "B3", "B2", "B1", "B0", "E6", "F1", "F4", "F5", "F6", "F7"],
"rows": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"]
},
"diode_direction": "COL2ROW",
"backlight": {
"pin": "B6",
"breathing": true
},
"ws2812": {
"pin": "E2"
},
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
"led_count": 20,
"max_brightness": 180,
"sleep": true
},
"indicators": {
"caps_lock": "C7",
"on_state": 0
},
"bootmagic": {
"matrix": [0, 5]
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": false,
"command": false,
"nkro": true,
"backlight": true,
"rgblight": true
}
}
|