diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-19 22:52:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 11:52:40 +0000 |
commit | e354cbe7820cec45f0514de930ba60b3c19cb290 (patch) | |
tree | 9735f6cf49d682495018651398939d0e1cbb6e70 /keyboards/dyz/dyz40 | |
parent | 06b6729b168334c6496288acf6734aa586d335e2 (diff) | |
download | qmk_firmware-e354cbe7820cec45f0514de930ba60b3c19cb290.tar.gz qmk_firmware-e354cbe7820cec45f0514de930ba60b3c19cb290.zip |
`device_ver` -> `device_version` for some more boards (#16685)
Diffstat (limited to 'keyboards/dyz/dyz40')
-rw-r--r-- | keyboards/dyz/dyz40/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dyz/dyz40/info.json b/keyboards/dyz/dyz40/info.json index 2a30ca0bb2..db525a4707 100644 --- a/keyboards/dyz/dyz40/info.json +++ b/keyboards/dyz/dyz40/info.json @@ -20,7 +20,7 @@ "usb": { "vid": "0xD772", "pid": "0x000B", - "device_ver": "0x0001" + "device_version": "0.0.1" }, "layouts": { "LAYOUT_all": { |