Skip to content

Commit

Permalink
Fix a couple of boards still using usb.device_ver (#18258)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Sep 3, 2022
1 parent bfec30a commit 3c09db4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/dyz/dyz60_hs/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"usb": {
"vid": "0xD772",
"pid": "0x001A",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/reclined/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"processor": "atmega32u4",
"usb": {
"device_ver": "0x0001",
"device_version": "0.0.1",
"pid": "0x0000",
"vid": "0xFEED"
},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/synthlabs/solo/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"usb": {
"vid": "0x534E",
"pid": "0x3031",
"device_ver": "0x0001"
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
Expand Down

0 comments on commit 3c09db4

Please sign in to comment.