From d60b193932d86a01230679905106d9ae016e7a24 Mon Sep 17 00:00:00 2001 From: Josh Hinnebusch Date: Tue, 22 Oct 2019 09:39:15 -0400 Subject: update VID and PID for h87a (#7100) --- keyboards/hineybush/h87a/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/hineybush/h87a/config.h b/keyboards/hineybush/h87a/config.h index 245e6eda83..5a1e6d366c 100644 --- a/keyboards/hineybush/h87a/config.h +++ b/keyboards/hineybush/h87a/config.h @@ -16,10 +16,10 @@ along with this program. If not, see . */ /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x04D8 +#define PRODUCT_ID 0xECE9 #define DEVICE_VER 0x0001 -#define MANUFACTURER hineybush +#define MANUFACTURER hineybush keyboards #define PRODUCT h87a #define DESCRIPTION QMK-programmable TKL PCB for custom keyboards -- cgit v1.2.3