~ruther/qmk_firmware

0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176 — Joel Challis 3 years ago 5ff823d
Align new-keyboard with recent schema updates (#16378)

2 files changed, 3 insertions(+), 3 deletions(-)

M data/templates/keyboard/info.json
M docs/porting_your_keyboard_to_qmk.md
M data/templates/keyboard/info.json => data/templates/keyboard/info.json +1 -1
@@ 12,7 12,7 @@
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_ver": "0x0001"
        "device_version": "1.0.0"
    },
    "features": {
        "bootmagic_lite": true,

M docs/porting_your_keyboard_to_qmk.md => docs/porting_your_keyboard_to_qmk.md +2 -2
@@ 72,9 72,9 @@ Do change the `manufacturer` and `keyboard_name` lines to accurately reflect you
    "keyboard_name": "my_awesome_keyboard",
    "maintainer": "You",
    "usb": {
        "device_ver": "0x0001",
        "vid": "0xFEED",
        "pid": "0x0000",
        "vid": "0xFEED"
        "device_version": "1.0.0"
    },
```