summaryrefslogtreecommitdiff
path: root/keyboards/millet/doksin/info.json
blob: 7a848662cd4f651aaecc53a42c1d7a57a0fcec14 (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
31
{
    "manufacturer": "millet",
    "keyboard_name": "doksin",
    "maintainer": "millet",
    "bootloader": "atmel-dfu",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true
    },
    "matrix_pins": {
        "direct": [
            ["D4"]
        ]
    },
    "processor": "atmega32u2",
    "url": "",
    "usb": {
        "device_version": "0.0.1",
        "pid": "0x1919",
        "vid": "0xBDD1"
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0}
            ]
        }
    }
}