aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/info.json
blob: d5f650f1bd4de3ede6be8a19c69fd95978a3005d (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
{
    "manufacturer": "QMK",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6465",
        "device_version": "0.0.1"
    },
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": false,
        "mousekey": false,
        "extrakey": true,
        "nkro": false
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"x": 0, "y": 0, "matrix": [0, 0]}
            ]
        }
    },
    "led_matrix": {
        "driver": "snled27351",
        "layout": [
            {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}
        ]
    },
    "rgb_matrix": {
        "driver": "snled27351",
        "layout": [
            {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}
        ]
    }
}