Fix USB PIDs on Churrosoft Deck-8 (#21126)
This commit is contained in:
parent
698e31a2b0
commit
67b9f56f22
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
"maintainer": "Polsaker",
|
||||
"usb": {
|
||||
"vid": "0xCBBC",
|
||||
"pid": "0xC100",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"build": {
|
||||
|
|
5
keyboards/churrosoft/deck8/noleds/info.json
Normal file
5
keyboards/churrosoft/deck8/noleds/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0xC100"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue