diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-04 04:47:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 14:47:22 -0400 |
commit | 3c09db41fe70572a60898bdd3a8bc2291becde30 (patch) | |
tree | 1b875b92d46a4d369afcb10559b2d595052f25c6 /keyboards/handwired/reclined | |
parent | bfec30a9feef1fecff99a5203ce69c6a3acb93cc (diff) |
Fix a couple of boards still using `usb.device_ver` (#18258)
Diffstat (limited to 'keyboards/handwired/reclined')
-rw-r--r-- | keyboards/handwired/reclined/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/reclined/info.json b/keyboards/handwired/reclined/info.json index 1398a9a2df..a5f308fa75 100644 --- a/keyboards/handwired/reclined/info.json +++ b/keyboards/handwired/reclined/info.json @@ -23,7 +23,7 @@ }, "processor": "atmega32u4", "usb": { - "device_ver": "0x0001", + "device_version": "0.0.1", "pid": "0x0000", "vid": "0xFEED" }, |