summaryrefslogtreecommitdiff
path: root/keyboards/machine_industries/m4_a/info.json
blob: 7ab42a02130507814a5dced84be6afbca2d8c0b7 (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": "M4-A",
    "manufacturer": "RAMA WORKS",
    "url": "http://rama.works",
    "maintainer": "naut",
    "usb": {
        "vid": "0x5241",
        "pid": "0x004A",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F6", "F7"],
        "rows": ["C7", "C6"]
    },
    "diode_direction": "ROW2COL",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [0, 1], "x": 1, "y": 0},
                {"matrix": [1, 1], "x": 2, "y": 0, "h": 2},
                {"matrix": [1, 0], "x": 0, "y": 1, "w": 2}
            ]
        }
    }
}