diff options
author | Umberto Baldi <34278123+umbynos@users.noreply.github.com> | 2022-03-08 03:44:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 18:44:49 -0800 |
commit | f0d27e22aa8994fd1650680b313b9ae8d03dcb5a (patch) | |
tree | ca3b20cf9b704a7d6644ef46136f49ebd254978e | |
parent | 8bcac1c8f73ba79a083d69cffaa54a133820de9b (diff) | |
download | qmk_firmware-f0d27e22aa8994fd1650680b313b9ae8d03dcb5a.tar.gz qmk_firmware-f0d27e22aa8994fd1650680b313b9ae8d03dcb5a.zip |
[Keyboard] Change vendor ID for sick68 keyboard (#16563)
-rw-r--r-- | keyboards/handwired/sick68/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/sick68/config.h b/keyboards/handwired/sick68/config.h index 65583af18d..2205126cc3 100644 --- a/keyboards/handwired/sick68/config.h +++ b/keyboards/handwired/sick68/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x5E68 #define PRODUCT_ID 0x5F00 #define DEVICE_VER 0x0001 #define MANUFACTURER umbynos |