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/ez_maker/directpins/teensy_32 | |
parent | 557fbbd6afbff3bdd571e580ea79ba3905a28ce4 (diff) |
CLI: Parse USB device version BCD (#14580)
* CLI: Parse USB device version BCD
* Apply suggestions
Diffstat (limited to 'keyboards/ez_maker/directpins/teensy_32')
-rw-r--r-- | keyboards/ez_maker/directpins/teensy_32/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ez_maker/directpins/teensy_32/info.json b/keyboards/ez_maker/directpins/teensy_32/info.json index e0c024ec94..851f9e67d1 100644 --- a/keyboards/ez_maker/directpins/teensy_32/info.json +++ b/keyboards/ez_maker/directpins/teensy_32/info.json @@ -27,7 +27,7 @@ ] }, "usb": { - "device_ver": "0x0001", + "device_version": "0.0.1", "pid": "0x2324", "vid": "0xFEED" }, |