summaryrefslogtreecommitdiff
path: root/keyboards/frobiac/redtilt/info.json
blob: f2f5d27f3574b8d4fa65eba74633d6471da6a3d4 (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
{
    "manufacturer": "frobiac",
    "keyboard_name": "redtilt",
    "url": "https://www.github.com/frobiac/adnw",
    "maintainer": "frobiac",
    "bootloader": "halfkay",
    "processor": "atmega32u4",
    "diode_direction": "COL2ROW",
    "features": {
        "audio": false,
        "backlight": false,
        "bootmagic": false,
        "command": false,
        "console": false,
        "dynamic_macro": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "unicode": false,
        "rgblight": false
    },
    "build": {
        "lto": true
    },
    "matrix_pins": {
        "cols": ["F0", "F1", "F4", "F5", "F6", "F7"],
        "rows": ["D3", "D2", "D1", "D0", "B5", "B4", "D7", "B6"]
    },
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x1D50",
        "vid": "0x6033"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "label":"",    "x":0,     "y":2.00},
                {"matrix": [0, 1], "label":"K",   "x":1,     "y":2.00},
                {"matrix": [0, 2], "label":"U",   "x":2,     "y":1.50},
                {"matrix": [0, 3], "label":"Q",   "x":3,     "y":1.00},
                {"matrix": [0, 4], "label":".",   "x":4,     "y":1.00},
                {"matrix": [0, 5], "label":"J",   "x":5,     "y":1.00},

                {"matrix": [4, 0], "label":"P",   "x":8,     "y":1.00},
                {"matrix": [4, 1], "label":"C",   "x":9,     "y":1.00},
                {"matrix": [4, 2], "label":"L",   "x":10,    "y":1.00},
                {"matrix": [4, 3], "label":"M",   "x":11,    "y":1.50},
                {"matrix": [4, 4], "label":"F",   "x":12,    "y":2.00},
                {"matrix": [4, 5], "label":"",    "x":13,    "y":2.00},

                {"matrix": [1, 0], "label":" ",   "x":0,     "y":3.00},
                {"matrix": [1, 1], "label":"H",   "x":1,     "y":3.00},
                {"matrix": [1, 2], "label":"I",   "x":2,     "y":2.50},
                {"matrix": [1, 3], "label":"E",   "x":3,     "y":2.00},
                {"matrix": [1, 4], "label":"A",   "x":4,     "y":2.00},
                {"matrix": [1, 5], "label":"O",   "x":5,     "y":2.00},

                {"matrix": [5, 0], "label":"D",   "x":8,     "y":2.00},
                {"matrix": [5, 1], "label":"T",   "x":9,     "y":2.00},
                {"matrix": [5, 2], "label":"R",   "x":10,    "y":2.00},
                {"matrix": [5, 3], "label":"N",   "x":11,    "y":2.50},
                {"matrix": [5, 4], "label":"S",   "x":12,    "y":3.00},
                {"matrix": [5, 5], "label":"",    "x":13,    "y":3.00},

                {"matrix": [2, 0], "label":"",    "x":0,     "y":4.00},
                {"matrix": [2, 1], "label":"X",   "x":1,     "y":4.00},
                {"matrix": [2, 2], "label":"Y",   "x":2,     "y":3.50},
                {"matrix": [2, 3], "label":"-",   "x":3,     "y":3.00},
                {"matrix": [2, 4], "label":",",   "x":4,     "y":3.00},
                {"matrix": [2, 5], "label":"/",   "x":5,     "y":3.00},

                {"matrix": [6, 0], "label":"B",   "x":8,     "y":3.00},
                {"matrix": [6, 1], "label":"G",   "x":9,     "y":3.00},
                {"matrix": [6, 2], "label":"W",   "x":10,    "y":3.00},
                {"matrix": [6, 3], "label":"V",   "x":11,    "y":3.50},
                {"matrix": [6, 4], "label":"Z",   "x":12,    "y":4.00},
                {"matrix": [6, 5], "label":"",    "x":13,    "y":4.00},

                {"matrix": [3, 0], "label":"",    "x":0,     "y":1.00},
                {"matrix": [3, 1], "label":"",    "x":1,     "y":1.00},
                {"matrix": [3, 3], "label":"Gui", "x":3,     "y":4.00},
                {"matrix": [3, 4], "label":"Tab", "x":4,     "y":4.00},
                {"matrix": [3, 5], "label":"Spc", "x":5,     "y":4.00},

                {"matrix": [7, 0], "label":"L2",  "x":8,     "y":4.00},
                {"matrix": [7, 1], "label":"Sh",  "x":9,     "y":4.00},
                {"matrix": [7, 2], "label":"L3",  "x":10,    "y":4.00},
                {"matrix": [7, 4], "label":"Fx",  "x":12,    "y":1.00},
                {"matrix": [7, 5], "label":"",    "x":13,    "y":1.00}
            ]
        }
    }
}