summaryrefslogtreecommitdiff
path: root/keyboards/kprepublic/jj50/info.json
blob: 5e955207590c7fcafeb1ab2bfda683eb971c0d2c (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
{
    "keyboard_name": "JJ50",
    "manufacturer": "KPrepublic",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4B50",
        "pid": "0x0050",
        "device_version": "2.0.0"
    },
    "processor": "atmega32a",
    "bootloader": "bootloadhid",
    "layout_aliases": {
        "LAYOUT": "LAYOUT_ortho_5x12"
    },
    "community_layouts": ["ortho_5x12"],
    "layouts": {
        "LAYOUT_ortho_5x12": {
            "layout": [
                {"label":"K2B", "x":0, "y":0},
                {"label":"K2A", "x":1, "y":0},
                {"label":"K29", "x":2, "y":0},
                {"label":"K28", "x":3, "y":0},
                {"label":"K24", "x":4, "y":0},
                {"label":"K25", "x":5, "y":0},
                {"label":"K26", "x":6, "y":0},
                {"label":"K27", "x":7, "y":0},
                {"label":"K23", "x":8, "y":0},
                {"label":"K22", "x":9, "y":0},
                {"label":"K21", "x":10, "y":0},
                {"label":"K20", "x":11, "y":0},

                {"label":"K0B", "x":0, "y":1},
                {"label":"K0A", "x":1, "y":1},
                {"label":"K09", "x":2, "y":1},
                {"label":"K08", "x":3, "y":1},
                {"label":"K04", "x":4, "y":1},
                {"label":"K05", "x":5, "y":1},
                {"label":"K06", "x":6, "y":1},
                {"label":"K07", "x":7, "y":1},
                {"label":"K03", "x":8, "y":1},
                {"label":"K02", "x":9, "y":1},
                {"label":"K01", "x":10, "y":1},
                {"label":"K00", "x":11, "y":1},

                {"label":"K1B", "x":0, "y":2},
                {"label":"K1A", "x":1, "y":2},
                {"label":"K19", "x":2, "y":2},
                {"label":"K18", "x":3, "y":2},
                {"label":"K14", "x":4, "y":2},
                {"label":"K15", "x":5, "y":2},
                {"label":"K16", "x":6, "y":2},
                {"label":"K17", "x":7, "y":2},
                {"label":"K13", "x":8, "y":2},
                {"label":"K12", "x":9, "y":2},
                {"label":"K11", "x":10, "y":2},
                {"label":"K10", "x":11, "y":2},

                {"label":"K3B", "x":0, "y":3},
                {"label":"K3A", "x":1, "y":3},
                {"label":"K39", "x":2, "y":3},
                {"label":"K38", "x":3, "y":3},
                {"label":"K34", "x":4, "y":3},
                {"label":"K35", "x":5, "y":3},
                {"label":"K36", "x":6, "y":3},
                {"label":"K37", "x":7, "y":3},
                {"label":"K33", "x":8, "y":3},
                {"label":"K32", "x":9, "y":3},
                {"label":"K31", "x":10, "y":3},
                {"label":"K30", "x":11, "y":3},

                {"label":"K4B", "x":0, "y":4},
                {"label":"K4A", "x":1, "y":4},
                {"label":"K49", "x":2, "y":4},
                {"label":"K48", "x":3, "y":4},
                {"label":"K44", "x":4, "y":4},
                {"label":"K45", "x":5, "y":4},
                {"label":"K46", "x":6, "y":4},
                {"label":"K47", "x":7, "y":4},
                {"label":"K43", "x":8, "y":4},
                {"label":"K42", "x":9, "y":4},
                {"label":"K41", "x":10, "y":4},
                {"label":"K40", "x":11, "y":4}
            ]
        }
    }
}