summaryrefslogtreecommitdiff
path: root/keyboards/draculad/info.json
blob: 83b071e98bc0da0347b033959bb61e75abac5696 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
    "keyboard_name": "DracuLad",
    "manufacturer": "MangoIV",
    "url": "",
    "maintainer": "MangoIV",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1B1E",
        "device_version": "0.0.1"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B2", "pin_b": "B6"},
            {"pin_a": "B4", "pin_b": "B5"}
        ]
    },
    "split": {
        "soft_serial_pin": "D2",
        "encoder": {
            "right": {
                "rotary": [
                    {"pin_a": "B2", "pin_b": "B6", "resolution": 4},
                    {"pin_a": "B4", "pin_b": "B5", "resolution": 1}
                ]
            }
        }
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"L00", "x":0, "y":1},
                {"label":"L01", "x":1, "y":0.35},
                {"label":"L02", "x":2, "y":0},
                {"label":"L03", "x":3, "y":0.35},
                {"label":"L04", "x":4, "y":0.5},

                {"label":"R00", "x":8, "y":0.5},
                {"label":"R01", "x":9, "y":0.35},
                {"label":"R02", "x":10, "y":0},
                {"label":"R03", "x":11, "y":0.35},
                {"label":"R04", "x":12, "y":1},

                {"label":"L10", "x":0, "y":2},
                {"label":"L11", "x":1, "y":1.35},
                {"label":"L12", "x":2, "y":1},
                {"label":"L13", "x":3, "y":1.35},
                {"label":"L14", "x":4, "y":1.5},

                {"label":"R10", "x":8, "y":1.5},
                {"label":"R11", "x":9, "y":1.35},
                {"label":"R12", "x":10, "y":1},
                {"label":"R13", "x":11, "y":1.35},
                {"label":"R14", "x":12, "y":2},

                {"label":"L20", "x":0, "y":3},
                {"label":"L21", "x":1, "y":2.35},
                {"label":"L22", "x":2, "y":2},
                {"label":"L23", "x":3, "y":2.35},
                {"label":"L24", "x":4, "y":2.5},

                {"label":"R20", "x":8, "y":2.5},
                {"label":"R21", "x":9, "y":2.35},
                {"label":"R22", "x":10, "y":2},
                {"label":"R23", "x":11, "y":2.35},
                {"label":"R24", "x":12, "y":3},

                {"label":"L30", "x":4.25, "y":3.5},
                {"label":"R33", "x":7.75, "y":3.5},

                {"label":"L31", "x":3, "y":4.5},
                {"label":"L32", "x":4, "y":4.5},
                {"label":"L33", "x":5, "y":4.5},

                {"label":"R30", "x":7, "y":4.5},
                {"label":"R31", "x":8, "y":4.5},
                {"label":"R32", "x":9, "y":4.5}
            ]
        }
    }
}