From 10b9aeddd627cb593eda1e84e78c2fd8e5424dd8 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 30 Aug 2019 16:44:30 -0600 Subject: [PATCH] Use Prototype Vendor ID per http://www.linux-usb.org/usb.ids --- keyboards/xd87/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/xd87/config.h b/keyboards/xd87/config.h index dae9d3db8f..f6440b4b59 100644 --- a/keyboards/xd87/config.h +++ b/keyboards/xd87/config.h @@ -20,7 +20,7 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x6666 #define PRODUCT_ID 0x0000 #define DEVICE_VER 0x0001 #define MANUFACTURER KP Republic