aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/arrayperipherals/vector/keyboard.json
blob: 505199831d5acf3d11caec41f18a1766806a8fe6 (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
{
    "manufacturer": "Array Peripherals",
    "keyboard_name": "The Vector",
    "maintainer": "daviddoan",
    "bootloader": "atmel-dfu",
    "encoder": {
        "rotary": [
            {"pin_a": "F0", "pin_b": "F1"}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true
    },
    "matrix_pins": {
        "direct": [
            ["D4", "C6", "D7", "E6", "F7"]
        ]
    },
    "processor": "atmega32u4",
    "url": "https://arrayperipherals.com",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x4F47",
        "vid": "0x4152"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "k01", "matrix": [0, 0], "x": 0, "y": 0},
                {"label": "k02", "matrix": [0, 1], "x": 1, "y": 0},
                {"label": "k03", "matrix": [0, 2], "x": 2, "y": 0},
                {"label": "k04", "matrix": [0, 3], "x": 3, "y": 0},
                {"label": "k05", "matrix": [0, 4], "x": 4.25, "y": 0}
            ]
        }
    }
}