summaryrefslogtreecommitdiff
path: root/keyboards/illuminati/is0/info.json
blob: b5a534e142d75d73fef1b702dcd0418e97de031d (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
{
    "keyboard_name": "iS0",
    "manufacturer": "Illuminati Works",
    "url": "",
    "maintainer": "ai03",
    "usb": {
        "vid": "0xA103",
        "pid": "0x0012",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["D0"],
        "rows": ["D2"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "pin": "B7",
        "levels": 5,
        "breathing": true
    },
    "processor": "atmega32u2",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0.25, "y": 0, "w": 1.25, "h": 2}
            ]
        }
    }
}