Browse Source

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

pull/21146/head
Ramiro Bou 11 months ago
committed by GitHub
parent
commit
67b9f56f22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
  1. +0
    -1
      keyboards/churrosoft/deck8/info.json
  2. +5
    -0
      keyboards/churrosoft/deck8/noleds/info.json

+ 0
- 1
keyboards/churrosoft/deck8/info.json View File

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


+ 5
- 0
keyboards/churrosoft/deck8/noleds/info.json View File

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

Loading…
Cancel
Save