Fixes duplicate pid/vid for sofle_choc (#24030)
This commit is contained in:
parent
1c6cdb8d74
commit
4ced8d9371
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@
|
||||||
"url": "https://github.com/josefadamcik/SofleKeyboard",
|
"url": "https://github.com/josefadamcik/SofleKeyboard",
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_version": "0.0.1",
|
"device_version": "0.0.1",
|
||||||
"pid": "0x0287",
|
"pid": "0x5343",
|
||||||
"vid": "0xFC32"
|
"vid": "0x424C"
|
||||||
},
|
},
|
||||||
"ws2812": {
|
"ws2812": {
|
||||||
"pin": "D3"
|
"pin": "D3"
|
||||||
|
|
Loading…
Reference in a new issue