diff options
author | Joel Challis <git@zvecr.com> | 2022-02-16 20:58:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 20:58:40 +0000 |
commit | 0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176 (patch) | |
tree | f1da34ec303e533bc3757fe666aab3c23ccb2508 /data | |
parent | 5ff823d35f81e6098a561480220a787144c1208c (diff) | |
download | qmk_firmware-0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176.tar.gz qmk_firmware-0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176.zip |
Align new-keyboard with recent schema updates (#16378)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/keyboard/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/keyboard/info.json b/data/templates/keyboard/info.json index 41bc691313..777ceb3bd8 100644 --- a/data/templates/keyboard/info.json +++ b/data/templates/keyboard/info.json @@ -12,7 +12,7 @@ "usb": { "vid": "0xFEED", "pid": "0x0000", - "device_ver": "0x0001" + "device_version": "1.0.0" }, "features": { "bootmagic_lite": true, |