Fix USB PIDs on Churrosoft Deck-8 (#21126)

This commit is contained in:
Ramiro Bou 2023-06-03 22:48:29 -03:00 committed by GitHub
parent 698e31a2b0
commit 67b9f56f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,6 @@
"maintainer": "Polsaker", "maintainer": "Polsaker",
"usb": { "usb": {
"vid": "0xCBBC", "vid": "0xCBBC",
"pid": "0xC100",
"device_version": "1.0.0" "device_version": "1.0.0"
}, },
"build": { "build": {

View File

@ -0,0 +1,5 @@
{
"usb": {
"pid": "0xC100"
}
}