summaryrefslogtreecommitdiff
path: root/keyboards/3keyecosystem/2key2/info.json
blob: 398a4d3439a5fe16ee11a45caca1f671a8de74c5 (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
{
    "keyboard_name": "2key2",
    "manufacturer": "3-Key-Ecosystem",
    "url": "https://github.com/softplus/3keyecosystem/tree/main/2key2",
    "maintainer": "softplus",
    "usb": {
        "vid": "0x1209",
        "pid": "0x3304",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F4", "D7"],
        "rows": ["F6"]
    },
    "diode_direction": "COL2ROW",
    "indicators": {
        "caps_lock": "B7"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "k00", "x": 0, "y": 0},
                {"label": "k01", "x": 1, "y": 0}
            ]
        }
    }
}