summaryrefslogtreecommitdiff
path: root/keyboards/idobao/id80/v2/info.json
blob: c941a21d4142cf59435c00de2639fe73bccf8306 (plain)
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": "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": {
        "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
    }
}