diff options
author | jack <0x6A73@pm.me> | 2022-03-13 19:04:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 12:04:11 +1100 |
commit | 8d90cf36f1a8484bdb7fcc0660887efaf0b7c106 (patch) | |
tree | 21dbdebb6c7cd3f4a751c5f8028c4140b73aeab1 | |
parent | dde4120a1e2b4234e68e40e47f02a7c166fbf90f (diff) | |
download | qmk_firmware-8d90cf36f1a8484bdb7fcc0660887efaf0b7c106.tar.gz qmk_firmware-8d90cf36f1a8484bdb7fcc0660887efaf0b7c106.zip |
Fix 40percentclub USB descriptors (#16638)
-rw-r--r-- | keyboards/40percentclub/nein/info.json | 2 | ||||
-rw-r--r-- | keyboards/40percentclub/nori/info.json | 2 | ||||
-rw-r--r-- | keyboards/40percentclub/ut47/info.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/40percentclub/nein/info.json b/keyboards/40percentclub/nein/info.json index 812853d0fe..09d25e30de 100644 --- a/keyboards/40percentclub/nein/info.json +++ b/keyboards/40percentclub/nein/info.json @@ -5,7 +5,7 @@ "maintainer": "qmk", "usb": { "vid": "0x4025", - "vid": "0x9999", + "pid": "0x9999", "device_version": "99.9.9" }, "layouts": { diff --git a/keyboards/40percentclub/nori/info.json b/keyboards/40percentclub/nori/info.json index 5366966705..d6415b73f9 100644 --- a/keyboards/40percentclub/nori/info.json +++ b/keyboards/40percentclub/nori/info.json @@ -5,7 +5,7 @@ "maintainer": "qmk", "usb": { "vid": "0x4025", - "pid": "0xA0C", + "pid": "0x0A0C", "device_version": "4.4.4" }, "layouts": { diff --git a/keyboards/40percentclub/ut47/info.json b/keyboards/40percentclub/ut47/info.json index e3173098e4..e0bd0264cb 100644 --- a/keyboards/40percentclub/ut47/info.json +++ b/keyboards/40percentclub/ut47/info.json @@ -5,7 +5,7 @@ "maintainer": "qmk", "usb": { "vid": "0x4025", - "vid": "0x7574", + "pid": "0x7574", "device_version": "0.0.1" }, "layouts": { |