~ruther/qmk_firmware

ref: 8f9847248a35c91edae0a6e099d009af19af419a qmk_firmware/keyboards/mechwild/bde/info.json -rw-r--r-- 614 bytes
8f984724 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 years 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
    }
}