commit 67b9f56f22c6d2fd7de6cb18f77ab473b81a32e1
parent 698e31a2b01913c56097f8cd3ae0c7e41e8a49d1
Author: Ramiro Bou <2000719+Polsaker@users.noreply.github.com>
Date: Sat, 3 Jun 2023 22:48:29 -0300
Fix USB PIDs on Churrosoft Deck-8 (#21126)
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/keyboards/churrosoft/deck8/info.json b/keyboards/churrosoft/deck8/info.json
@@ -5,7 +5,6 @@
"maintainer": "Polsaker",
"usb": {
"vid": "0xCBBC",
- "pid": "0xC100",
"device_version": "1.0.0"
},
"build": {
diff --git a/keyboards/churrosoft/deck8/noleds/info.json b/keyboards/churrosoft/deck8/noleds/info.json
@@ -0,0 +1,5 @@
+{
+ "usb": {
+ "pid": "0xC100"
+ }
+}
+\ No newline at end of file