summaryrefslogtreecommitdiff
path: root/keyboards/blank_tehnologii/manibus/info.json
blob: 938f4d93f82de714b3d62cf2dc759b4b228a6b3d (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
99
100
101
102
103
104
105
{
    "keyboard_name": "Manibus",
    "manufacturer": "Blank Tehnologii",
    "url": "https://blank.computer/",
    "maintainer": "SamuraiKek",
    "debounce": 2,
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_version": "0.0.2"
    },
    "matrix_pins": {
        "cols": ["D7", "B4", "B5", "B6", "F0", "D4", "D6"],
        "rows": ["F4", "F5", "F6", "D3", "C6"]
    },
    "diode_direction": "COL2ROW",
    "split": {
        "soft_serial_pin": "D0",
        "matrix_pins": {
            "right": {
                "cols": ["B6", "B5", "D6", "D5", "D3", "D7", "B4"],
                "rows": ["F5", "F1", "B2", "B1", "C6"]
            }
        }
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout":  [
                {"label":"Esc", "x":0, "y":0.75},
                {"label":"1", "x":1, "y":0.5},
                {"label":"2", "x":2, "y":0.25},
                {"label":"3", "x":3, "y":0},
                {"label":"4", "x":4, "y":0.25},
                {"label":"5", "x":5, "y":0.25},

                {"label":"6", "x":9, "y":0.25},
                {"label":"7", "x":10, "y":0.25},
                {"label":"8", "x":11, "y":0},
                {"label":"9", "x":12, "y":0.25},
                {"label":"0", "x":13, "y":0.5},
                {"label":"-", "x":14, "y":0.75},

                {"label":"Tab", "x":0, "y":1.75},
                {"label":"Q", "x":1, "y":1.5},
                {"label":"W", "x":2, "y":1.25},
                {"label":"E", "x":3, "y":1},
                {"label":"R", "x":4, "y":1.25},
                {"label":"T", "x":5, "y":1.25},

                {"label":"Y", "x":9, "y":1.25},
                {"label":"U", "x":10, "y":1.25},
                {"label":"I", "x":11, "y":1},
                {"label":"O", "x":12, "y":1.25},
                {"label":"P", "x":13, "y":1.5},
                {"label":"=", "x":14, "y":1.75},

                {"label":"Caps", "x":0, "y":2.75},
                {"label":"A", "x":1, "y":2.5},
                {"label":"S", "x":2, "y":2.25},
                {"label":"D", "x":3, "y":2},
                {"label":"F", "x":4, "y":2.25},
                {"label":"G", "x":5, "y":2.25},

                {"label":"H", "x":9, "y":2.25},
                {"label":"J", "x":10, "y":2.25},
                {"label":"K", "x":11, "y":2},
                {"label":"L", "x":12, "y":2.25},
                {"label":";", "x":13, "y":2.5},
                {"label":"'", "x":14, "y":2.75},

                {"label":"Shift", "x":0, "y":3.75},
                {"label":"Z", "x":1, "y":3.5},
                {"label":"X", "x":2, "y":3.25},
                {"label":"C", "x":3, "y":3},
                {"label":"V", "x":4, "y":3.25},
                {"label":"B", "x":5, "y":3.25},

                {"label":"N", "x":9, "y":3.25},
                {"label":"M", "x":10, "y":3.25},
                {"label":",", "x":11, "y":3},
                {"label":".", "x":12, "y":3.25},
                {"label":"/", "x":13, "y":3.5},
                {"label":"|", "x":14, "y":3.75},

                {"label":"Control", "x":0, "y":4.75},
                {"label":"Home", "x":1, "y":4.5},
                {"label":"Insert", "x":2, "y":4.25},
                {"label":"Delete", "x":3, "y":4},
                {"label":"GUI", "x":4, "y":4.25},
                {"label":"Space", "x":5, "y":4.25, "h":1.5},
                {"label":"Alt", "x":6, "y":4.25, "h":2.25},

                {"label":"Enter", "x":8, "y":4.25, "h":2.25},
                {"label":"Backspace", "x":9, "y":4.25, "h":1.5},
                {"label":"MOD", "x":10, "y":4.25},
                {"label":"[", "x":11, "y":4},
                {"label":"]", "x":12, "y":4.25},
                {"label":"End", "x":13, "y":4.5},
                {"label":"~", "x":14, "y":4.75}
            ]
        }
    }
}