diff options
author | jrdsgl <dayofdoom@users.noreply.github.com> | 2020-09-19 13:02:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 21:02:35 +0100 |
commit | 12fe78ee57aca9d8fb9e85c2ee4176284ce26817 (patch) | |
tree | 004135d7ee1a64ae924b1ff0ee27896473b91b5f /keyboards/kingly_keys/romac_plus/config.h | |
parent | bdb1b10e9900c12d21926793b8e1006b2b414e14 (diff) |
Align RoMac+ vendor and product info (#10349)
* Update config.h
adding vendor and product info so VIA will recognize it.
* Update keyboards/kingly_keys/romac_plus/config.h
thank you for this. commiting suggestion.
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kingly_keys/romac_plus/config.h')
-rw-r--r-- | keyboards/kingly_keys/romac_plus/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kingly_keys/romac_plus/config.h b/keyboards/kingly_keys/romac_plus/config.h index 503a463f51..5ea8321de2 100644 --- a/keyboards/kingly_keys/romac_plus/config.h +++ b/keyboards/kingly_keys/romac_plus/config.h @@ -3,8 +3,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x4B4B +#define PRODUCT_ID 0x0002 #define DEVICE_VER 0x0001 #define MANUFACTURER TheRoyalSweatshirt #define PRODUCT RoMac+ |