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/handwired/3dortho14u | |
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/handwired/3dortho14u')
-rw-r--r-- | keyboards/handwired/3dortho14u/rev1/info.json | 4 | ||||
-rw-r--r-- | keyboards/handwired/3dortho14u/rev2/info.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/handwired/3dortho14u/rev1/info.json b/keyboards/handwired/3dortho14u/rev1/info.json index 72ed95e5f4..bd9220281c 100644 --- a/keyboards/handwired/3dortho14u/rev1/info.json +++ b/keyboards/handwired/3dortho14u/rev1/info.json @@ -28,9 +28,9 @@ "rows": ["B0", "B1", "B2", "B3", "B7"] }, "usb": { - "device_ver": "0x0001", + "vid": "0x6662", "pid": "0x3D14", - "vid": "0x6662" + "device_version": "0.0.1" }, "layouts": { "LAYOUT": { diff --git a/keyboards/handwired/3dortho14u/rev2/info.json b/keyboards/handwired/3dortho14u/rev2/info.json index 705d6b5570..7f241f35ff 100644 --- a/keyboards/handwired/3dortho14u/rev2/info.json +++ b/keyboards/handwired/3dortho14u/rev2/info.json @@ -28,9 +28,9 @@ "rows": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"] }, "usb": { - "device_ver": "0x0001", + "vid": "0x6662", "pid": "0x3D14", - "vid": "0x6662" + "device_version": "0.0.1" }, "layouts": { "LAYOUT": { |