summaryrefslogtreecommitdiff
path: root/keyboards/keebio/ergodicity/info.json
blob: 1bb55ed4ee6cca245f3de27210ddb913a592680c (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
    "keyboard_name": "Ergodicity",
    "manufacturer": "Keebio",
    "url": "https://keeb.io",
    "maintainer": "Keebio",
    "usb": {
        "vid": "0xCB10",
        "pid": "0x125F",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "D7", "D6", "D4", "D3", "D2", "D1", "D0", "B7", "B3"],
        "rows": ["B0", "B1", "C7", "B6", "B4"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "pin": "B5",
        "levels": 7,
        "breathing": true
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"Esc", "x":0.5, "y":0},
                {"label":"`", "x":1.75, "y":0.25},
                {"label":"1", "x":2.75, "y":0.25},
                {"label":"2", "x":3.75, "y":0},
                {"label":"3", "x":4.75, "y":0.25},
                {"label":"4", "x":5.75, "y":0.25},
                {"label":"5", "x":6.75, "y":0.25},
                {"label":"6", "x":7.75, "y":0.25},
                {"label":"7", "x":11, "y":0.25},
                {"label":"8", "x":12, "y":0.25},
                {"label":"9", "x":13, "y":0.25},
                {"label":"0", "x":14, "y":0.25},
                {"label":"-", "x":15, "y":0},
                {"label":"=", "x":16, "y":0.25},
                {"label":"Backspace", "x":17, "y":0.25, "w":2},

                {"label":"PgUp", "x":0.25, "y":1},
                {"label":"Tab", "x":1.5, "y":1.25, "w":1.5},
                {"label":"Q", "x":3, "y":1.25},
                {"label":"W", "x":4.25, "y":1.25},
                {"label":"E", "x":5.25, "y":1.25},
                {"label":"R", "x":6.25, "y":1.25},
                {"label":"T", "x":7.25, "y":1.25},
                {"label":"Y", "x":10.5, "y":1.25},
                {"label":"U", "x":11.5, "y":1.25},
                {"label":"I", "x":12.5, "y":1.25},
                {"label":"O", "x":13.5, "y":1.25},
                {"label":"P", "x":14.75, "y":1.25},
                {"label":"[", "x":15.75, "y":1.25},
                {"label":"]", "x":16.75, "y":1.25},
                {"label":"Backslash", "x":17.75, "y":1.25, "w":1.5},

                {"label":"PgDn", "x":0, "y":2},
                {"label":"Caps Lock", "x":1.25, "y":2.25, "w":2},
                {"label":"A", "x":3.25, "y":2.25},
                {"label":"S", "x":4.5, "y":2.25},
                {"label":"D", "x":5.5, "y":2.25},
                {"label":"F", "x":6.5, "y":2.25},
                {"label":"G", "x":7.5, "y":2.25},
                {"label":"H", "x":10.75, "y":2.25},
                {"label":"J", "x":11.75, "y":2.25},
                {"label":"K", "x":12.75, "y":2.25},
                {"label":"L", "x":13.75, "y":2.25},
                {"label":";", "x":15.25, "y":2.25},
                {"label":"'", "x":16.25, "y":2.25},
                {"label":"Enter", "x":17.25, "y":2.25, "w":2},

                {"label":"Shift", "x":1.25, "y":3.25, "w":2.5},
                {"label":"Z", "x":3.75, "y":3.25},
                {"label":"X", "x":5, "y":3.25},
                {"label":"C", "x":6, "y":3.25},
                {"label":"V", "x":7, "y":3.25},
                {"label":"B", "x":8, "y":3.25},
                {"label":"B", "x":10.25, "y":3.25},
                {"label":"N", "x":11.25, "y":3.25},
                {"label":"M", "x":12.25, "y":3.25},
                {"label":",", "x":13.25, "y":3.25},
                {"label":".", "x":14.75, "y":3.25},
                {"label":"/", "x":15.75, "y":3.25},
                {"label":"Shift", "x":16.75, "y":3.25, "w":1.5},
                {"label":"Fn", "x":18.25, "y":3.25},

                {"label":"Alt", "x":1.25, "y":4.25, "w":1.5},
                {"label":"Gui", "x":5, "y":4.25, "w":1.5},
                {"label":"Space", "x":6.5, "y":4.25, "w":2},
                {"label":"Menu", "x":8.5, "y":4.25},
                {"label":"Space", "x":10.25, "y":4.25, "w":2.5},
                {"label":"Alt", "x":12.75, "y":4.25, "w":1.5},
                {"label":"Fn", "x":17.75, "y":4.25, "w":1.5}
            ]
        }
    }
}