aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wily/info.json
blob: 9bba2de91024e7f496f5dca1b8a41d195c80d23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "manufacturer": "KKC",
    "maintainer": "Gondolindrim",
    "usb": {
        "vid": "0x5750",
        "device_version": "0.0.1"
    }, 
    "features": {
        "bootmagic": true,
        "mousekey":  true,
        "extrakey":  true,
        "nkro":      true
    },
    "build": {
        "lto": true
    },
    "diode_direction": "COL2ROW",
    "processor": "STM32F411",
    "bootloader": "stm32-dfu"
}