~ruther/qmk_firmware

ref: c0dbe9a33662a651fb91afb2e4810bae3f6a825e qmk_firmware/keyboards/handwired/onekey/info.json -rw-r--r-- 625 bytes
c0dbe9a3 — Drashna Jaelre Add utility functions for Pointing Device Auto Mouse feature (#23144) 1 year, 8 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
{
    "manufacturer": "QMK",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6465",
        "device_version": "0.0.1"
    },
    "tapping": {
        "term": 500
    },
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": false,
        "mousekey": false,
        "extrakey": true,
        "console": false,
        "command": false,
        "nkro": false
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"x": 0, "y": 0, "matrix": [0, 0]}
            ]
        }
    }
}