diff options
Diffstat (limited to 'keyboards/primekb/prime_m/config.h')
-rw-r--r-- | keyboards/primekb/prime_m/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/primekb/prime_m/config.h b/keyboards/primekb/prime_m/config.h index 75731abf78..55c470b803 100644 --- a/keyboards/primekb/prime_m/config.h +++ b/keyboards/primekb/prime_m/config.h @@ -1,5 +1,6 @@ /* Copyright 2018 Jumail Mundekkat +Copyright 2020 Holten Campbell This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,8 +21,8 @@ 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 PRODUCT_ID 0x4024 +#define VENDOR_ID 0x5052 // "PR" +#define PRODUCT_ID 0x504D // "PM" #define DEVICE_VER 0x0001 #define MANUFACTURER PrimeKB #define PRODUCT Prime_M |