summaryrefslogtreecommitdiff
path: root/keyboards/subrezon/la_nc/info.json
blob: dd9fbb30a6e99e6c85bf3dec32f93b6454e23a33 (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
{
    "keyboard_name": "la_nc",
    "url": "https://github.com/subrezon/la_nc",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1A7C",
        "device_version": "1.0.0"
    },
    "matrix_pins": {
        "cols": ["B3", "B1", "F7", "F6", "F5", "D4", "C6", "D7", "E6", "B4"],
        "rows": ["D3", "F4", "D2", "B2", "B5", "B6"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "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": [0, 5], "x": 7, "y": 0},
                {"label": "U", "matrix": [0, 6], "x": 8, "y": 0},
                {"label": "I", "matrix": [0, 7], "x": 9, "y": 0},
                {"label": "O", "matrix": [0, 8], "x": 10, "y": 0},
                {"label": "P", "matrix": [0, 9], "x": 11, "y": 0},
                {"label": "A", "matrix": [1, 0], "x": 0, "y": 1},
                {"label": "S", "matrix": [1, 1], "x": 1, "y": 1},
                {"label": "D", "matrix": [1, 2], "x": 2, "y": 1},
                {"label": "F", "matrix": [1, 3], "x": 3, "y": 1},
                {"label": "G", "matrix": [1, 4], "x": 4, "y": 1},
                {"label": "H", "matrix": [2, 5], "x": 7, "y": 1},
                {"label": "J", "matrix": [2, 6], "x": 8, "y": 1},
                {"label": "K", "matrix": [2, 7], "x": 9, "y": 1},
                {"label": "L", "matrix": [2, 8], "x": 10, "y": 1},
                {"label": ";", "matrix": [2, 9], "x": 11, "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": [4, 5], "x": 7, "y": 2},
                {"label": "M", "matrix": [4, 6], "x": 8, "y": 2},
                {"label": ",", "matrix": [4, 7], "x": 9, "y": 2},
                {"label": ".", "matrix": [4, 8], "x": 10, "y": 2},
                {"label": "/", "matrix": [4, 9], "x": 11, "y": 2},
                {"label": "Tab", "matrix": [5, 0], "x": 0, "y": 3},
                {"label": "Alt", "matrix": [5, 1], "x": 1, "y": 3},
                {"label": "Ctrl", "matrix": [5, 2], "x": 2, "y": 3},
                {"label": "Raise", "matrix": [5, 3], "x": 3, "y": 3},
                {"label": "", "matrix": [5, 4], "x": 4, "y": 3},
                {"label": "Esc", "matrix": [3, 5], "x": 5, "y": 3},
                {"label": "GUI", "matrix": [4, 4], "x": 6, "y": 3},
                {"label": "Bksp", "matrix": [5, 5], "x": 7, "y": 3},
                {"label": "Shift", "matrix": [5, 6], "x": 8, "y": 3},
                {"label": "Lower", "matrix": [5, 7], "x": 9, "y": 3},
                {"label": "Delete", "matrix": [5, 8], "x": 10, "y": 3},
                {"label": "Enter", "matrix": [5, 9], "x": 11, "y": 3}
            ]
        }
    }
}