summaryrefslogtreecommitdiff
path: root/keyboards/handwired/aball/info.json
blob: a90a831f8a36220e591117b31d639c5703acbb69 (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
{
    "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",
    "matrix_pins": {
        "direct": [
            [null]
        ]
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0, "y":0, "matrix": [0, 0]}
            ]
        }
    }
}