summaryrefslogtreecommitdiffstats
path: root/keyboards/momokai/tap_duo/info.json
blob: cf5e575ab4657a9e8738246c073c528e1a76dd5b (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
{
    "keyboard_name": "Tap Duo",
    "manufacturer": "Momokai",
    "url": "",
    "maintainer": "peepeetee",
    "usb": {
        "vid": "0x69F9",
        "pid": "0x0005",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "bootmagic": {
        "matrix": [0, 3]
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "label": "K00 (E0,E6)", "x": 0.25, "y": 0 },
                { "label": "K01 (E0,B2)", "x": 1.25, "y": 0 },
                { "label": "K02 (E0,D1)", "x": 0.75, "y": 1.25, "w": 0.5, "h": 0.5 },
                { "label": "K03 (E0,D2)", "x": 1.25, "y": 1.25, "w": 0.5, "h": 0.5 },
                { "label": "K04 (E0,D3)", "x": 1.75, "y": 1.25, "w": 0.5, "h": 0.5 }
            ]
        }
    }
    ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}