summaryrefslogtreecommitdiff
path: root/keyboards/rart/rart45/info.json
blob: 27dd87197eb41775375e37807bc4be7c30086026 (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
{
    "keyboard_name": "Rart45",
    "manufacturer": "Alabahuy",
    "url": "",
    "maintainer": "Alabahuy",
    "usb": {
        "vid": "0x414C",
        "pid": "0x0045",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["D6", "D4", "B2", "B5", "B4", "B3"],
        "rows": ["D1", "C2", "C1", "B1", "D0", "C3", "C0", "D7", "B0"]
    },
    "diode_direction": "COL2ROW",
    "indicators": {
        "caps_lock": "D5",
        "on_state": 0
    },
    "processor": "atmega328p",
    "bootloader": "usbasploader",
    "layout_aliases": {
        "LAYOUT_all": "LAYOUT"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
                {"label": "1", "matrix": [4, 0], "x": 1, "y": 0},
                {"label": "2", "matrix": [0, 1], "x": 2, "y": 0},
                {"label": "3", "matrix": [4, 1], "x": 3, "y": 0},
                {"label": "4", "matrix": [0, 2], "x": 4, "y": 0},
                {"label": "5", "matrix": [4, 2], "x": 5, "y": 0},

                {"label": "6", "matrix": [0, 3], "x": 7, "y": 0},
                {"label": "7", "matrix": [4, 3], "x": 8, "y": 0},
                {"label": "8", "matrix": [0, 4], "x": 9, "y": 0},
                {"label": "9", "matrix": [4, 4], "x": 10, "y": 0},
                {"label": "0", "matrix": [0, 5], "x": 11, "y": 0},
                {"label": "Delete", "matrix": [4, 5], "x": 12, "y": 0},

                {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1},
                {"label": "Q", "matrix": [5, 0], "x": 1, "y": 1},
                {"label": "W", "matrix": [1, 1], "x": 2, "y": 1},
                {"label": "E", "matrix": [5, 1], "x": 3, "y": 1},
                {"label": "R", "matrix": [1, 2], "x": 4, "y": 1},
                {"label": "T", "matrix": [5, 2], "x": 5, "y": 1},

                {"label": "Y", "matrix": [1, 3], "x": 7, "y": 1},
                {"label": "U", "matrix": [5, 3], "x": 8, "y": 1},
                {"label": "I", "matrix": [1, 4], "x": 9, "y": 1},
                {"label": "O", "matrix": [5, 4], "x": 10, "y": 1},
                {"label": "P", "matrix": [1, 5], "x": 11, "y": 1},
                {"label": "Backspace", "matrix": [5, 5], "x": 12, "y": 1},

                {"label": "Esc", "matrix": [2, 0], "x": 0, "y": 2},
                {"label": "A", "matrix": [6, 0], "x": 1, "y": 2},
                {"label": "S", "matrix": [2, 1], "x": 2, "y": 2},
                {"label": "D", "matrix": [6, 1], "x": 3, "y": 2},
                {"label": "F", "matrix": [2, 2], "x": 4, "y": 2},
                {"label": "G", "matrix": [6, 2], "x": 5, "y": 2},

                {"label": "H", "matrix": [2, 3], "x": 7, "y": 2},
                {"label": "J", "matrix": [6, 3], "x": 8, "y": 2},
                {"label": "K", "matrix": [2, 4], "x": 9, "y": 2},
                {"label": "L", "matrix": [6, 4], "x": 10, "y": 2},
                {"label": ";", "matrix": [2, 5], "x": 11, "y": 2},
                {"label": "\\", "matrix": [6, 5], "x": 12, "y": 2},

                {"label": "Shift", "matrix": [3, 0], "x": 0, "y": 3},
                {"label": "Z", "matrix": [7, 0], "x": 1, "y": 3},
                {"label": "X", "matrix": [3, 1], "x": 2, "y": 3},
                {"label": "C", "matrix": [7, 1], "x": 3, "y": 3},
                {"label": "V", "matrix": [3, 2], "x": 4, "y": 3},
                {"label": "B", "matrix": [7, 2], "x": 5, "y": 3},

                {"label": "N", "matrix": [3, 3], "x": 7, "y": 3},
                {"label": "M", "matrix": [7, 3], "x": 8, "y": 3},
                {"label": ",", "matrix": [3, 4], "x": 9, "y": 3},
                {"label": ".", "matrix": [7, 4], "x": 10, "y": 3},
                {"label": "/", "matrix": [3, 5], "x": 11, "y": 3},
                {"label": "Enter", "matrix": [7, 5], "x": 12, "y": 3},

                {"label": "Ctrl", "matrix": [8, 0], "x": 2.875, "y": 4, "w": 1.25},
                {"label": "Fn", "matrix": [8, 1], "x": 4.125, "y": 4, "w": 1.25},
                {"label": "Space", "matrix": [8, 2], "x": 5.375, "y": 4, "w": 2.25},
                {"label": "Fn2", "matrix": [8, 3], "x": 7.625, "y": 4, "w": 1.25},
                {"label": "Alt", "matrix": [8, 4], "x": 8.875, "y": 4, "w": 1.25}
            ]
        }
    }
}