~ruther/qmk_firmware

ref: 6e7c1c90fd51e540b3cad03ba3325bcb925d0e2f qmk_firmware/keyboards/handwired/datahand/keyboard.json -rw-r--r-- 3.6 KiB
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 months ago
                                                                                
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
    "keyboard_name": "DataHand",
    "manufacturer": "DataHand",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x13BA",
        "pid": "0x0017",
        "device_version": "0.0.1",
        "force_nkro": true
    },
    "processor": "at90usb1286",
    "bootloader": "halfkay",
    "features": {
        "bootmagic": false,
        "mousekey": true,
        "extrakey": true,
        "console": true,
        "command": true,
        "nkro": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "debounce": 0,
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 3], "x": 1, "y": 2.75},
                {"matrix": [3, 3], "x": 3.25, "y": 1.25},

                {"matrix": [5, 3], "x": 5.75, "y": 0},
                {"matrix": [8, 3], "x": 9, "y": 0.75},

                {"matrix": [0, 1], "x": 13, "y": 0.75},
                {"matrix": [3, 1], "x": 16.25, "y": 0},

                {"matrix": [5, 1], "x": 18.75, "y": 1.25},
                {"matrix": [8, 1], "x": 21, "y": 2.75},

                {"matrix": [0, 2], "x": 0, "y": 3.75},
                {"matrix": [1, 2], "x": 1, "y": 3.75},
                {"matrix": [1, 3], "x": 2, "y": 3.75},

                {"matrix": [3, 2], "x": 2.25, "y": 2.25},
                {"matrix": [4, 2], "x": 3.25, "y": 2.25},
                {"matrix": [4, 3], "x": 4.25, "y": 2.25},

                {"matrix": [5, 2], "x": 4.75, "y": 1},
                {"matrix": [6, 2], "x": 5.75, "y": 1},
                {"matrix": [6, 3], "x": 6.75, "y": 1},

                {"matrix": [8, 2], "x": 8, "y": 1.75},
                {"matrix": [9, 2], "x": 9, "y": 1.75},
                {"matrix": [9, 3], "x": 10, "y": 1.75},

                {"matrix": [0, 0], "x": 12, "y": 1.75},
                {"matrix": [1, 0], "x": 13, "y": 1.75},
                {"matrix": [1, 1], "x": 14, "y": 1.75},

                {"matrix": [3, 0], "x": 15.25, "y": 1},
                {"matrix": [4, 0], "x": 16.25, "y": 1},
                {"matrix": [4, 1], "x": 17.25, "y": 1},

                {"matrix": [5, 0], "x": 17.75, "y": 2.25},
                {"matrix": [6, 0], "x": 18.75, "y": 2.25},
                {"matrix": [6, 1], "x": 19.75, "y": 2.25},

                {"matrix": [8, 0], "x": 20, "y": 3.75},
                {"matrix": [9, 0], "x": 21, "y": 3.75},
                {"matrix": [9, 1], "x": 22, "y": 3.75},

                {"matrix": [2, 2], "x": 1, "y": 4.75},
                {"matrix": [2, 3], "x": 3.25, "y": 3.25},

                {"matrix": [7, 2], "x": 5.75, "y": 2},
                {"matrix": [7, 3], "x": 9, "y": 2.75},

                {"matrix": [2, 0], "x": 13, "y": 2.75},
                {"matrix": [2, 1], "x": 16.25, "y": 2},

                {"matrix": [7, 0], "x": 18.75, "y": 3.25},
                {"matrix": [7, 1], "x": 21, "y": 4.75},

                {"matrix": [12, 2], "x": 8, "y": 4.75},
                {"matrix": [10, 3], "x": 10, "y": 4.75},
                {"matrix": [10, 1], "x": 12, "y": 4.75},
                {"matrix": [12, 0], "x": 14, "y": 4.75},

                {"matrix": [11, 2], "x": 9, "y": 5.25},
                {"matrix": [11, 0], "x": 13, "y": 5.25},

                {"matrix": [11, 3], "x": 9, "y": 6.25},
                {"matrix": [11, 1], "x": 13, "y": 6.25},

                {"matrix": [12, 3], "x": 8, "y": 6.75},
                {"matrix": [10, 2], "x": 10, "y": 6.75},
                {"matrix": [10, 0], "x": 12, "y": 6.75},
                {"matrix": [12, 1], "x": 14, "y": 6.75}
            ]
        }
    }
}
Do not follow this link