summaryrefslogtreecommitdiff
path: root/keyboards/enviousdesign/mcro/rev1/info.json
blob: fe6a4ffe77c8d6c8e90993ff542480b3571ff582 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "manufacturer": "Envious.Design",
    "keyboard_name": "MCRO",
    "maintainer": "Envious.Design",
    "bootloader": "rp2040",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["GP18", "GP19", "GP20", "GP21"],
        "rows": ["GP4", "GP11", "GP15"]
    },
    "processor": "RP2040",
    "url": "http://envious.design",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0xA300",
        "vid": "0xE739"
    },
    "layouts": {
        "LAYOUT_ortho_3x4": {
            "layout": [
                {"label": "F13", "matrix": [0, 0], "x": 0, "y": 0, "w": 1},
                {"label": "F14", "matrix": [0, 1], "x": 1, "y": 0, "w": 1},
                {"label": "F15", "matrix": [0, 2], "x": 2, "y": 0, "w": 1},
                {"label": "F16", "matrix": [0, 3], "x": 3, "y": 0, "w": 1},
                {"label": "F17", "matrix": [1, 0], "x": 0, "y": 1.25, "w": 1},
                {"label": "F18", "matrix": [1, 1], "x": 1, "y": 1.25, "w": 1},
                {"label": "F19", "matrix": [1, 2], "x": 2, "y": 1.25, "w": 1},
                {"label": "F20", "matrix": [1, 3], "x": 3, "y": 1.25, "w": 1},
                {"label": "F21", "matrix": [2, 0], "x": 0, "y": 2.5, "w": 1},
                {"label": "F22", "matrix": [2, 1], "x": 1, "y": 2.5, "w": 1},
                {"label": "F23", "matrix": [2, 2], "x": 2, "y": 2.5, "w": 1},
                {"label": "F24", "matrix": [2, 3], "x": 3, "y": 2.5, "w": 1}
            ]
        }
    }
}