summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dc/mc/001/info.json
blob: 114c0f2f35de30d2830e541873456772040de715 (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": "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",
    "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}
            ]
        }
    }
}