summaryrefslogtreecommitdiff
path: root/keyboards/ez_maker/directpins/teensy_2/info.json
blob: de75c644c7cbcebf9a46e3566cf045701ff9dee7 (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
45
46
47
48
49
50
{
    "manufacturer": "Zach White",
    "keyboard_name": "DirectPins Teensy 2.0",
    "maintainer": "skullydazed",
    "processor": "atmega32u4",
    "bootloader": "halfkay",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true
    },
    "matrix_pins": {
        "direct": [
            ["B0", "F0"],
            ["B1", "F1"],
            ["B2", "F4"],
            ["B3", "F5"],
            ["B7", "F6"],
            ["D0", "F7"],
            ["D1", "B6"],
            ["D2", "B5"],
            ["D3", "B4"],
            ["C6", "D7"],
            ["C7", "D6"],
            ["D5", "D4"]
        ]
    },
    "usb": {
        "device_version": "0.0.1",
        "pid": "0x2322",
        "vid": "0xFEED"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [
                {"label": "B0", "matrix": [0, 0], "x": 0, "y": 0},                                                                                                       {"label": "F0", "matrix": [0, 1], "x": 4, "y": 0},
                {"label": "B1", "matrix": [1, 0], "x": 0, "y": 1},                                                                                                       {"label": "F1", "matrix": [1, 1], "x": 4, "y": 1},
                {"label": "B2", "matrix": [2, 0], "x": 0, "y": 2},                                                                                                       {"label": "F4", "matrix": [2, 1], "x": 4, "y": 2},
                {"label": "B3", "matrix": [3, 0], "x": 0, "y": 3},                                                                                                       {"label": "F5", "matrix": [3, 1], "x": 4, "y": 3},
                {"label": "B7", "matrix": [4, 0], "x": 0, "y": 4},                                                                                                       {"label": "F6", "matrix": [4, 1], "x": 4, "y": 4},
                {"label": "D0", "matrix": [5, 0], "x": 0, "y": 5},                                                                                                       {"label": "F7", "matrix": [5, 1], "x": 4, "y": 5},
                {"label": "D1", "matrix": [6, 0], "x": 0, "y": 6},                                                                                                       {"label": "B6", "matrix": [6, 1], "x": 4, "y": 6},
                {"label": "D2", "matrix": [7, 0], "x": 0, "y": 7},                                                                                                       {"label": "B5", "matrix": [7, 1], "x": 4, "y": 7},
                {"label": "D3", "matrix": [8, 0], "x": 0, "y": 8},                                                                                                       {"label": "B4", "matrix": [8, 1], "x": 4, "y": 8},
                {"label": "C6", "matrix": [9, 0], "x": 0, "y": 9},                                                                                                       {"label": "D7", "matrix": [9, 1], "x": 4, "y": 9},
                {"label": "C7", "matrix": [10, 0], "x": 0, "y": 10}, {"label": "D5", "matrix": [11, 0], "x": 1, "y": 10}, {"label": "D4", "matrix": [11, 1], "x": 3, "y": 10}, {"label": "D6", "matrix": [10, 1], "x": 4, "y": 10}
            ]
        }
    }
}