From 090c12fb8f4adc3954258fe4717b60525ebce175 Mon Sep 17 00:00:00 2001 From: pabile <1162412+pabile@users.noreply.github.com> Date: Sun, 19 Apr 2020 11:11:33 +0800 Subject: [PATCH] Updated VID and PID --- keyboards/pabile/p20/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/pabile/p20/config.h b/keyboards/pabile/p20/config.h index c7af112af5e..ab74c58547c 100644 --- a/keyboards/pabile/p20/config.h +++ b/keyboards/pabile/p20/config.h @@ -3,8 +3,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x0000 -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x6666 +#define PRODUCT_ID 0xPBLE #define DEVICE_VER 0x0001 #define MANUFACTURER Pabile #define PRODUCT Pabile20 @@ -23,4 +23,4 @@ #define ENCODERS_PAD_B { F6, B1 } /* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW \ No newline at end of file +#define DIODE_DIRECTION COL2ROW