diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-17 08:44:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 08:44:34 +1100 |
commit | c72ed7c02473dec4da6cb263c1e0fb2ca4856b94 (patch) | |
tree | 4c218562b5ed5bbd34da67f37093ba6f47012d57 /keyboards/forever65 | |
parent | 557fbbd6afbff3bdd571e580ea79ba3905a28ce4 (diff) | |
download | qmk_firmware-c72ed7c02473dec4da6cb263c1e0fb2ca4856b94.tar.gz qmk_firmware-c72ed7c02473dec4da6cb263c1e0fb2ca4856b94.zip |
CLI: Parse USB device version BCD (#14580)
* CLI: Parse USB device version BCD
* Apply suggestions
Diffstat (limited to 'keyboards/forever65')
-rw-r--r-- | keyboards/forever65/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/forever65/info.json b/keyboards/forever65/info.json index 9f5a3539e3..b50a2cf406 100644 --- a/keyboards/forever65/info.json +++ b/keyboards/forever65/info.json @@ -12,7 +12,7 @@ "usb": { "vid": "0x4E53", "pid": "0x0F65", - "device_ver": "0x0001" + "device_version": "0.0.1" }, "features": { "bootmagic": true, |