summaryrefslogtreecommitdiffstats
path: root/keyboards/subrezon/lancer/info.json
blob: cf678c84bc35b4c0228768932c0872ee54465611 (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
{
    "keyboard_name": "lancer",
    "url": "https://github.com/subrezon/lancer",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1A7D",
        "device_version": "1.0.0"
    },
    "development_board": "promicro",
    "matrix_pins": { 
        "rows": ["F5", "D4", "B3", "B6", "B5"],
        "cols": ["F4", "F6", "F7", "B1", "B2", "B4", "E6", "D7", "C6", "D2"]
    },
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "label": "Q",     "matrix": [0, 0], "x": 0,   "y": 0},
                { "label": "W",     "matrix": [0, 1], "x": 1,   "y": 0},
                { "label": "E",     "matrix": [0, 2], "x": 2,   "y": 0},
                { "label": "R",     "matrix": [0, 3], "x": 3,   "y": 0},
                { "label": "T",     "matrix": [0, 4], "x": 4,   "y": 0},
                { "label": "Y",     "matrix": [1, 5], "x": 6,   "y": 0},
                { "label": "U",     "matrix": [1, 6], "x": 7,   "y": 0},
                { "label": "I",     "matrix": [1, 7], "x": 8,   "y": 0},
                { "label": "O",     "matrix": [1, 8], "x": 9,   "y": 0},
                { "label": "P",     "matrix": [1, 9], "x": 10,  "y": 0},
                { "label": "A",     "matrix": [2, 0], "x": 0,   "y": 1},
                { "label": "S",     "matrix": [2, 1], "x": 1,   "y": 1},
                { "label": "D",     "matrix": [2, 2], "x": 2,   "y": 1},
                { "label": "F",     "matrix": [2, 3], "x": 3,   "y": 1},
                { "label": "G",     "matrix": [2, 4], "x": 4,   "y": 1},
                { "label": "H",     "matrix": [2, 5], "x": 6,   "y": 1},
                { "label": "J",     "matrix": [2, 6], "x": 7,   "y": 1},
                { "label": "K",     "matrix": [2, 7], "x": 8,   "y": 1},
                { "label": "L",     "matrix": [2, 8], "x": 9,   "y": 1},
                { "label": ";",     "matrix": [2, 9], "x": 10,  "y": 1},
                { "label": "Z",     "matrix": [3, 0], "x": 0,   "y": 2},
                { "label": "X",     "matrix": [3, 1], "x": 1,   "y": 2},
                { "label": "C",     "matrix": [3, 2], "x": 2,   "y": 2},
                { "label": "V",     "matrix": [3, 3], "x": 3,   "y": 2},
                { "label": "B",     "matrix": [3, 4], "x": 4,   "y": 2},
                { "label": "N",     "matrix": [3, 5], "x": 6,   "y": 2},
                { "label": "M",     "matrix": [3, 6], "x": 7,   "y": 2},
                { "label": ",",     "matrix": [3, 7], "x": 8,   "y": 2},
                { "label": ".",     "matrix": [3, 8], "x": 9,   "y": 2},
                { "label": "Enter", "matrix": [3, 9], "x": 10,  "y": 2},
                { "label": "Ctrl",  "matrix": [4, 2], "x": 2.5, "y": 3},
                { "label": "Lower", "matrix": [4, 3], "x": 3.5, "y": 3},
                { "label": "",      "matrix": [4, 4], "x": 4.5, "y": 3},
                { "label": "Bksp",  "matrix": [4, 5], "x": 5.5, "y": 3},
                { "label": "Shift", "matrix": [4, 6], "x": 6.5, "y": 3},
                { "label": "Raise", "matrix": [4, 7], "x": 7.5, "y": 3}
            ]
        }
    }
}