~ruther/qmk_firmware

ref: 47bc02b2ff84c9a35b8f778a8a1012f737372eea qmk_firmware/keyboards/mechwild/bde/info.json -rw-r--r-- 614 bytes
47bc02b2 — Dasky Force CPI update using timer when using split pointing. (#23545) 1 year, 6 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": "MechWild",
    "url": "mechwild.com",
    "maintainer": "kylemccreery",
    "usb": {
        "vid": "0x6D77"
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "debug": false,
        "extrakey": true,
        "mousekey": true,
        "rgblight": true,
        "nkro": true
    },
    "development_board": "promicro",
    "rgblight": {
        "sleep": true,
        "max_brightness": 255
    },
    "tapping": {
        "tap_keycode_delay": 10,
        "tap_capslock_delay": 10
    }
}