~ruther/qmk_firmware

ref: abe4e3471da376c757c9bb9161e1464689270b61 qmk_firmware/data/templates/keyboard/info.json -rw-r--r-- 556 bytes
abe4e347 — Wolf Van Herreweghe [Keyboard] Add Silhouette (#21025) 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
{
    "keyboard_name": "%KEYBOARD%",
    "maintainer": "%USER_NAME%",
    "manufacturer": "%REAL_NAME%",
    "processor": "%MCU%",
    "bootloader": "%BOOTLOADER%",
    "diode_direction": "COL2ROW",
    "matrix_pins": {
        "cols": ["C2"],
        "rows": ["D1"]
    },
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_version": "1.0.0"
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    }
}