summaryrefslogtreecommitdiff
path: root/keyboards/jiran/info.json
blob: 9f04243278b8561aceab79953c4a25b50dabe8bc (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
{
    "keyboard_name": "Jiran", 
    "manufacturer": "Ladniy",
    "url": "t.me/s/ladniys", 
    "maintainer": "Ladniy", 
    "usb": {
         "vid": "0x1209",
         "pid": "0x3735",
         "device_version": "3.0.0"
     },
     "split": {
        "soft_serial_pin": "D1"
     },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
            {"label":"Esc", "x":1, "y":0.88},
            {"label":"1", "x":2, "y":0.75},
            {"label":"2", "x":3, "y":0.38},
            {"label":"3", "x":4, "y":0.13},
            {"label":"4", "x":5, "y":0.38},
            {"label":"5", "x":6, "y":0.5},
            {"label":"6", "x":11.75, "y":0.5},
            {"label":"7", "x":12.75, "y":0.38},
            {"label":"8", "x":13.75, "y":0.13},
            {"label":"9", "x":14.75, "y":0.38},
            {"label":"0", "x":15.75, "y":0.75},
            {"label":"_", "x":16.75, "y":0.88},
            {"label":"Win", "x":0, "y":2.63},
            {"label":"Tab", "x":1, "y":1.88},
            {"label":"Q", "x":2, "y":1.75},
            {"label":"W", "x":3, "y":1.38},
            {"label":"E", "x":4, "y":1.13},
            {"label":"R", "x":5, "y":1.38},
            {"label":"T", "x":6, "y":1.5},
            {"label":"Y", "x":11.75, "y":1.5},
            {"label":"U", "x":12.75, "y":1.38},
            {"label":"I", "x":13.75, "y":1.13},
            {"label":"O", "x":14.75, "y":1.38},
            {"label":"P", "x":15.75, "y":1.75},
            {"label":"{", "x":16.75, "y":1.88},
            {"label":"}", "x":17.75, "y":2.63},
            {"label":"Shift", "x":1, "y":2.88},
            {"label":"A", "x":2, "y":2.75},
            {"label":"S", "x":3, "y":2.38},
            {"label":"D", "x":4, "y":2.13},
            {"label":"F", "x":5, "y":2.38},
            {"label":"G", "x":6, "y":2.5},
            {"label":"H", "x":11.75, "y":2.5},
            {"label":"J", "x":12.75, "y":2.38},
            {"label":"K", "x":13.75, "y":2.13},
            {"label":"L", "x":14.75, "y":2.38},
            {"label":":", "x":15.75, "y":2.75},
            {"label":"\"", "x":16.75, "y":2.88},
            {"label":"Ctrl", "x":1, "y":3.88},
            {"label":"Z", "x":2, "y":3.75},
            {"label":"X", "x":3, "y":3.38},
            {"label":"C", "x":4, "y":3.13},
            {"label":"V", "x":5, "y":3.38},
            {"label":"B", "x":6, "y":3.5},
            {"label":"N", "x":11.75, "y":3.5},
            {"label":"M", "x":12.75, "y":3.38},
            {"label":"<", "x":13.75, "y":3.13},
            {"label":">", "x":14.75, "y":3.38},
            {"label":"?", "x":15.75, "y":3.75},
            {"label":"|", "x":16.75, "y":3.88},
            {"label":"Fn", "x":5, "y":4.38},
            {"label":"Space", "x":6, "y":4.5},
            {"label":"Alt", "x":7, "y":4.63},
            {"label":"Enter", "x":10.75, "y":4.63},
            {"label":"Back", "x":11.75, "y":4.5},
            {"label":"Fn", "x":12.75, "y":4.38}
            ]
        }
    }
}