Fix for swapped PID and VID (#22372)

This commit is contained in:
Cipulot 2023-10-31 02:31:58 +01:00 committed by GitHub
parent 46dedfaaa4
commit 538b79657e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,8 @@
"url": "https://cannonkeys.com",
"usb": {
"device_version": "0.0.1",
"pid": "0xCA04",
"vid": "0x0028"
"pid": "0x0028",
"vid": "0xCA04"
},
"community_layouts": ["ortho_1x1"],
"layouts": {
@ -29,4 +29,4 @@
]
}
}
}
}