summaryrefslogtreecommitdiff
path: root/keyboards/mechwild/bbs/info.json
blob: beafbac22257b52f9159111b86e696704c9df914 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
    "keyboard_name": "BB Steno",
    "manufacturer": "MechWild",
    "maintainer": "kylemccreery",
    "url": "https://mechwild.com/product/bb-steno/",
    "usb": {
        "vid": "0x6D77",
        "pid": "0x170E",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["B0", "A7", "A6", "A5", "A4", "A3"],
        "rows": ["B12", "B10", "B13", "B1", "B14"]
    },
    "diode_direction": "COL2ROW",
    "indicators": {
        "caps_lock": "C13",
        "on_state": 0
    },
    "processor": "STM32F401",
    "bootloader": "stm32-dfu",
    "board": "BLACKPILL_STM32_F401",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0.375},
                {"matrix": [0, 1], "x": 1, "y": 0.375},
                {"matrix": [0, 2], "x": 2, "y": 0.125},
                {"matrix": [0, 3], "x": 3, "y": 0},
                {"matrix": [0, 4], "x": 4, "y": 0.125},
                {"matrix": [0, 5], "x": 5, "y": 0.125},

                {"matrix": [1, 0], "x": 6.75, "y": 0.125},
                {"matrix": [1, 1], "x": 7.75, "y": 0.125},
                {"matrix": [1, 2], "x": 8.75, "y": 0},
                {"matrix": [1, 3], "x": 9.75, "y": 0.125},
                {"matrix": [1, 4], "x": 10.75, "y": 0.375},
                {"matrix": [1, 5], "x": 11.75, "y": 0.375},

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

                {"matrix": [3, 0], "x": 6.75, "y": 1.125},
                {"matrix": [3, 1], "x": 7.75, "y": 1.125},
                {"matrix": [3, 2], "x": 8.75, "y": 1},
                {"matrix": [3, 3], "x": 9.75, "y": 1.125},
                {"matrix": [3, 4], "x": 10.75, "y": 1.375},
                {"matrix": [3, 5], "x": 11.75, "y": 1.375},

                {"matrix": [4, 3], "x": 2.75, "y": 3.125, "h": 1.5},
                {"matrix": [4, 4], "x": 3.75, "y": 3.125, "h": 1.5},
                {"matrix": [4, 5], "x": 4.75, "y": 2.875, "h": 1.5},

                {"matrix": [4, 0], "x": 7, "y": 2.875, "h": 1.5},
                {"matrix": [4, 1], "x": 8, "y": 3.125, "h": 1.5},
                {"matrix": [4, 2], "x": 9, "y": 3.125, "h": 1.5}
            ]
        }
    }
}