summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/polyandry/promicro/info.json
blob: 8a8cd987942ed812fdac3a28fd47bb06e57d2b91 (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
{
    "matrix_pins": {
        "cols": ["D1", "D0", "D4", "C6", "E6", "B4", "F4", "F5", "F6", "F7", "B3", "B2"],
        "rows": ["D7"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT_ortho_4x3": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [0, 1], "x": 1, "y": 0},
                {"matrix": [0, 2], "x": 2, "y": 0},

                {"matrix": [0, 3], "x": 0, "y": 1},
                {"matrix": [0, 4], "x": 1, "y": 1},
                {"matrix": [0, 5], "x": 2, "y": 1},

                {"matrix": [0, 6], "x": 0, "y": 2},
                {"matrix": [0, 7], "x": 1, "y": 2},
                {"matrix": [0, 8], "x": 2, "y": 2},

                {"matrix": [0, 9], "x": 0, "y": 3},
                {"matrix": [0, 10], "x": 1, "y": 3},
                {"matrix": [0, 11], "x": 2, "y": 3}
            ]
        }
    }
}