summaryrefslogtreecommitdiff
path: root/keyboards/handwired/aball/info.json
blob: cb34aa703452caef378e5df945455ea7d0d74cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "keyboard_name": "ABall",
    "manufacturer": "Richard Sutherland",
    "url": "https://github.com/brickbots/aball/",
    "maintainer": "@brickbots",
    "usb": {
        "vid": "0xFEED",
        "pid": "0xC2F0",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0, "y":0}
            ]
        }
    }
}