summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb30/info.json
blob: 9fe8e831859fa65a3004a39ca7a354eb43d0a906 (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
65
66
{
    "keyboard_name": "KB30-01",
    "manufacturer": "DOIO",
    "url": "",
    "maintainer": "Alice",
    "usb": {
        "vid": "0xD010",
        "pid": "0x3001",
        "device_version": "0.0.1"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B5", "pin_b": "B6"},
            {"pin_a": "A1", "pin_b": "A2"},
            {"pin_a": "A3", "pin_b": "A4", "resolution": 2}
        ]
    },
    "processor": "STM32F103",
    "bootloader": "stm32duino",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"K00", "x":0, "y":0},
                {"label":"K01", "x":1, "y":0},
                {"label":"K02", "x":2, "y":0},
                {"label":"K03", "x":3, "y":0},
                {"label":"K04", "x":4.25, "y":0},
                {"label":"K05", "x":5.25, "y":0},
                {"label":"K06", "x":6.25, "y":0},
                
                {"label":"K10", "x":0, "y":1},
                {"label":"K11", "x":1, "y":1},
                {"label":"K12", "x":2, "y":1},
                {"label":"K13", "x":3, "y":1, "h":2},
                {"label":"K14", "x":4.25, "y":1},
                {"label":"K15", "x":5.25, "y":1},
                {"label":"K16", "x":6.25, "y":1},

                {"label":"Encoder 1", "x":8.25, "y":2},

                {"label":"K20", "x":0, "y":2},
                {"label":"K21", "x":1, "y":2},
                {"label":"K22", "x":2, "y":2},
                {"label":"K23", "x":4.25, "y":2},
                {"label":"K24", "x":5.25, "y":2},
                {"label":"K25", "x":6.25, "y":2},

                {"label":"Encoder 2", "x":11, "y":2},

                {"label":"K30", "x":0, "y":3},
                {"label":"K31", "x":1, "y":3},
                {"label":"K32", "x":2, "y":3},
                {"label":"K33", "x":4.25, "y":3, "h":2},
                {"label":"K35", "x":5.25, "y":3},

                {"label":"Encoder 3", "x":9, "y":4},

                {"label":"K40", "x":0, "y":4, "w":2},
                {"label":"K41", "x":2, "y":4},
                {"label":"K42", "x":4.25, "y":4},
                {"label":"K43", "x":5.25, "y":4},
                {"label":"K44", "x":6.25, "y":4}
            ]
        }
    }
}