summaryrefslogtreecommitdiff
path: root/keyboards/mechwild/bbs/info.json
blob: bdc29e68acedb1782dbfd6aa8d18617920b68599 (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
{
    "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": [
                {"x":0, "y":0.375},
                {"x":1, "y":0.375},
                {"x":2, "y":0.125},
                {"x":3, "y":0},
                {"x":4, "y":0.125},
                {"x":5, "y":0.125},
                {"x":6.75, "y":0.125},
                {"x":7.75, "y":0.125},
                {"x":8.75, "y":0},
                {"x":9.75, "y":0.125},
                {"x":10.75, "y":0.375},
                {"x":11.75, "y":0.375},

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

                {"x":2.75, "y":3.125, "h":1.5},
                {"x":3.75, "y":3.125, "h":1.5},
                {"x":4.75, "y":2.875, "h":1.5},
                {"x":7, "y":2.875, "h":1.5},
                {"x":8, "y":3.125, "h":1.5},
                {"x":9, "y":3.125, "h":1.5}
            ]
        }
    }
}