summaryrefslogtreecommitdiff
path: root/keyboards/kakunpc/business_card/beta/info.json
blob: 67018ad142809757e71f36ba53a29d2a68c2f41a (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
26
27
28
29
30
{
    "keyboard_name": "business_card beta",
    "manufacturer": "kakunpc",
    "url": "",
    "maintainer": "kakunpc",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["B4", "B5"],
        "rows": ["B3", "B2", "B6"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"1", "x":0, "y":0},
                {"label":"2", "x":1, "y":0},
                {"label":"3", "x":0, "y":1},
                {"label":"4", "x":1, "y":1},
                {"label":"5", "x":0, "y":2},
                {"label":"6", "x":1, "y":2}
            ]
        }
    }
}