summaryrefslogtreecommitdiff
path: root/keyboards/keebio/stick/info.json
blob: d566e3df745646a265f6ccf363e5b77641489db7 (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
{
    "keyboard_name": "The Stick",
    "manufacturer": "Keebio",
    "url": "https://keeb.io",
    "maintainer": "nooges",
    "usb": {
        "vid": "0xCB10",
        "pid": "0x111C",
        "device_version": "1.0.0"
    },
    "rgb_matrix": {
        "driver": "WS2812"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "D1", "pin_b": "D0"},
            {"pin_a": "D4", "pin_b": "C6"}
        ]
    },
    "ws2812": {
        "pin": "D3"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "matrix_pins": {
        "direct": [
            ["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
        ]
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x": 0, "y": 0, "matrix": [0, 0]},
                {"x": 1, "y": 0, "matrix": [0, 1]},
                {"x": 2, "y": 0, "matrix": [0, 2]},
                {"x": 3, "y": 0, "matrix": [0, 3]},
                {"x": 4, "y": 0, "matrix": [0, 4]},
                {"x": 5, "y": 0, "matrix": [0, 5]},
                {"x": 6, "y": 0, "matrix": [0, 6]},
                {"x": 7, "y": 0, "matrix": [0, 7]},
                {"x": 8, "y": 0, "matrix": [0, 8]},
                {"x": 9, "y": 0, "matrix": [0, 9]},
                {"x": 10, "y": 0, "matrix": [0, 10]},
                {"x": 11, "y": 0, "matrix": [0, 11]}
            ]
        }
    }
}