summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pytest/info.json
blob: a966477f24e34a96f97faf734cda4cb9fe82cd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "keyboard_name": "pytest",
    "manufacturer": "none",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6465",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layout_aliases": {
        "LAYOUT": "LAYOUT_ortho_1x1"
    },
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0}
            ]
        }
    }
}