diff options
Diffstat (limited to 'keyboards/xd87/config.h')
-rw-r--r-- | keyboards/xd87/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xd87/config.h b/keyboards/xd87/config.h index e943dcbeab..1caaa55844 100644 --- a/keyboards/xd87/config.h +++ b/keyboards/xd87/config.h @@ -20,8 +20,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 0x0000 +#define VENDOR_ID 0x7844 // "XD" +#define PRODUCT_ID 0x8787 #define DEVICE_VER 0x0001 #define MANUFACTURER KP Republic #define PRODUCT XD87 TKL |