summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dc/mc/001/info.json
blob: 2bcd5ffd925bc67b9fdaadbdf2b78c375efc92ea (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": "DC MC 001",
    "manufacturer": "Daniel Cormier",
    "url": "https://imgur.com/a/PM9lQ",
    "maintainer": "Daniel Cormier (Twitter: @danielcormier)",
    "usb": {
        "vid": "0x4443",
        "pid": "0x4D43",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "matrix_pins": {
        "direct": [
            ["B4", "B0", "B1", "B2", "B3"]
        ]
    },
    "debounce": 50,
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "Mute", "x": 0, "y": 0},
                {"label": "Stop", "x": 1, "y": 0},
                {"label": "Previous", "x": 2, "y": 0},
                {"label": "Next", "x": 3, "y": 0},
                {"label": "Play/Pause", "x": 4, "y": 0}
            ]
        }
    }
}