Fix a couple of boards still using `usb.device_ver` (#18258)

master^2
Ryan 2022-09-04 04:47:22 +10:00 committed by GitHub
parent bfec30a9fe
commit 3c09db41fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
"usb": { "usb": {
"vid": "0xD772", "vid": "0xD772",
"pid": "0x001A", "pid": "0x001A",
"device_ver": "0x0001" "device_version": "0.0.1"
}, },
"layouts": { "layouts": {
"LAYOUT_all": { "LAYOUT_all": {

View File

@ -23,7 +23,7 @@
}, },
"processor": "atmega32u4", "processor": "atmega32u4",
"usb": { "usb": {
"device_ver": "0x0001", "device_version": "0.0.1",
"pid": "0x0000", "pid": "0x0000",
"vid": "0xFEED" "vid": "0xFEED"
}, },

View File

@ -16,7 +16,7 @@
"usb": { "usb": {
"vid": "0x534E", "vid": "0x534E",
"pid": "0x3031", "pid": "0x3031",
"device_ver": "0x0001" "device_version": "0.0.1"
}, },
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {