~ruther/qmk_firmware

ref: 408f6e43cd2522b6a4073bedcfbe2ee7df2603dd qmk_firmware/data/templates/keyboard/keyboard.json -rw-r--r-- 556 bytes
408f6e43 — DOIO2022 Change the VID and PID of the file kb38 info.json (#23393) 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
{
    "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
    }
}