diff options
author | Jordan <47953030+jordandoan@users.noreply.github.com> | 2020-10-01 14:19:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 22:19:01 +0100 |
commit | f63a60a72a9a91580430ca63e431c71f4c095a1f (patch) | |
tree | 02dfee35d2016127dc2b76e8ab1e5a6116707b53 /keyboards/mechmini/v2/config.h | |
parent | f68bb0cc3dc6883681919e721da70aca14440026 (diff) | |
download | qmk_firmware-f63a60a72a9a91580430ca63e431c71f4c095a1f.tar.gz qmk_firmware-f63a60a72a9a91580430ca63e431c71f4c095a1f.zip |
Port mechmini v2 for VIA support (#10497)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/mechmini/v2/config.h')
-rwxr-xr-x | keyboards/mechmini/v2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechmini/v2/config.h b/keyboards/mechmini/v2/config.h index 9da3e5f0ad..f20540b941 100755 --- a/keyboards/mechmini/v2/config.h +++ b/keyboards/mechmini/v2/config.h @@ -18,7 +18,7 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0xAF99 #define PRODUCT_ID 0xCA40 #define DEVICE_VER 0x0002 #define MANUFACTURER MECHKEYS |