summaryrefslogtreecommitdiff
path: root/keyboards/pdxkbc/info.json
blob: e86295207c33b5e5e94ee1ac4012ed174f7e1e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "keyboard_name": "pdxkbc", 
    "manufacturer": "Franklin Harding",
    "url": "", 
    "maintainer": "qmk", 
    "usb": {
        "vid": "0x5044",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [{"label":"reddit", "x":0, "y":0}, {"label":"discord", "x":1, "y":0}, {"label":"badge", "x":0, "y":1}, {"label":"hack", "x":1, "y":1}, {"label":"volu", "x":0, "y":2}, {"label":"vold", "x":1, "y":2}]
        }
    }
}