summaryrefslogtreecommitdiff
path: root/keyboards/takashicompany/qoolee/info.json
blob: 6f92e86c88232b952bc94e64a243af803684f108 (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": "QooLee",
    "manufacturer": "takashicompany",
    "url": "https://github.com/takashicompany/qoolee",
    "maintainer": "takashicompany",
    "usb": {
        "vid": "0x7463",
        "pid": "0x0013",
        "device_version": "0.0.1"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "D2", "pin_b": "D1", "resolution": 1}
        ]
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0, "y":0, "w":1.5},
                {"x":1.5, "y":0},
                {"x":2.5, "y":0},
                {"x":3.5, "y":0},
                {"x":4.5, "y":0},
                {"x":5.5, "y":0},
                {"x":6.5, "y":0},
                {"x":7.5, "y":0},
                {"x":8.5, "y":0},
                {"x":9.5, "y":0},
                {"x":10.5, "y":0},

                {"x":0, "y":1, "w":1.75},
                {"x":1.75, "y":1},
                {"x":2.75, "y":1},
                {"x":3.75, "y":1},
                {"x":4.75, "y":1},
                {"x":5.75, "y":1},
                {"x":6.75, "y":1},
                {"x":7.75, "y":1},
                {"x":8.75, "y":1},
                {"x":9.75, "y":1},
                {"x":10.75, "y":1},
                {"x":11.75, "y":0, "w":1.25, "h":2},

                {"x":0, "y":2, "w":2},
                {"x":2, "y":2},
                {"x":3, "y":2},
                {"x":4, "y":2},
                {"x":5, "y":2},
                {"x":6, "y":2},
                {"x":7, "y":2},
                {"x":8, "y":2},
                {"x":9, "y":2},
                {"x":10, "y":2},
                {"x":11, "y":2},
                {"x":12, "y":2}
            ]
        }
    }
}