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