From 9397bffd014c1b7f8db28675c840499f9003098b Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 10 Jan 2020 18:50:56 +1100 Subject: Fix a couple of USB VIDs for the API (#7848) --- keyboards/uk78/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/uk78') diff --git a/keyboards/uk78/config.h b/keyboards/uk78/config.h index 879360773f..5459e687b6 100644 --- a/keyboards/uk78/config.h +++ b/keyboards/uk78/config.h @@ -21,8 +21,8 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x554B /* Ascii */ -#define PRODUCT_ID 0x004E +#define VENDOR_ID 0x554B // "UK" +#define PRODUCT_ID 0x004E // 78 #define DEVICE_VER 0x0002 #define MANUFACTURER UK Keyboards #define PRODUCT UK78 -- cgit v1.2.3