diff options
Diffstat (limited to 'keyboards/exclusive/e6_rgb/config.h')
-rw-r--r-- | keyboards/exclusive/e6_rgb/config.h | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/keyboards/exclusive/e6_rgb/config.h b/keyboards/exclusive/e6_rgb/config.h index cb213c25e2..3a61311810 100644 --- a/keyboards/exclusive/e6_rgb/config.h +++ b/keyboards/exclusive/e6_rgb/config.h @@ -7,8 +7,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xDEAD -#define PRODUCT_ID 0xFEED +#define VENDOR_ID 0x4154 //AT +#define PRODUCT_ID 0x4536 //E6 #define DEVICE_VER 0x0062 #define MANUFACTURER astro #define PRODUCT e6rgb @@ -23,27 +23,6 @@ #define UNUSED_PINS #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT -//#define NO_ACTION_MACRO -//#define NO_ACTION_FUNCTION - //rgb light setting #define RGBLED_NUM 6 #define RGB_DI_PIN B7 @@ -58,8 +37,3 @@ #define DRIVER_COUNT 2 #define DRIVER_1_LED_TOTAL 63 #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL - -// tapping setting -#define TAPPING_TERM 200 -#define RETRO_TAPPING -#define PERMISSIVE_HOLD |