From 795454bae3d34c57b5e195c975d5633d638933aa Mon Sep 17 00:00:00 2001 From: pabile <1162412+pabile@users.noreply.github.com> Date: Sun, 12 Apr 2020 21:41:51 +0800 Subject: [PATCH] Update config.h updated vendor ID to 0000 --- keyboards/pabile/p18/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/keyboards/pabile/p18/config.h b/keyboards/pabile/p18/config.h index 7fdd21d9092..885d1610407 100644 --- a/keyboards/pabile/p18/config.h +++ b/keyboards/pabile/p18/config.h @@ -3,7 +3,7 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x1234 +#define VENDOR_ID 0x0000 #define PRODUCT_ID 0x0000 #define DEVICE_VER 0x0001 #define MANUFACTURER Pabile @@ -25,5 +25,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -#define TAPPING_TERM 200