summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bigswitchseat/info.json
blob: 03301a75f100f67de61a3b6bd0fb54a3e55cb478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "keyboard_name": "Big Switch Seat",
    "manufacturer": "Keebio",
    "url": "https://robotcandy.company/",
    "maintainer": "nooges",
    "usb": {
        "vid": "0xCB10",
        "pid": "0x1011",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F0"],
        "rows": ["E6"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [{"x": 0, "y": 0, "w": 4, "h": 4}]
        }
    }
}