diff options
Diffstat (limited to 'keyboards/mechmini/v2/config.h')
-rwxr-xr-x | keyboards/mechmini/v2/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/mechmini/v2/config.h b/keyboards/mechmini/v2/config.h index e0922bb7e..edca6a5c4 100755 --- a/keyboards/mechmini/v2/config.h +++ b/keyboards/mechmini/v2/config.h | |||
@@ -17,7 +17,6 @@ | |||
17 | 17 | ||
18 | #include "config_common.h" | 18 | #include "config_common.h" |
19 | 19 | ||
20 | |||
21 | /* USB Device descriptor parameter */ | 20 | /* USB Device descriptor parameter */ |
22 | #define VENDOR_ID 0xFEED | 21 | #define VENDOR_ID 0xFEED |
23 | #define PRODUCT_ID 0xCA40 | 22 | #define PRODUCT_ID 0xCA40 |
@@ -57,11 +56,6 @@ | |||
57 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
58 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
59 | 58 | ||
60 | /* key combination for command */ | ||
61 | #define IS_COMMAND() ( \ | ||
62 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
63 | ) | ||
64 | |||
65 | #define RGB_DI_PIN E2 | 59 | #define RGB_DI_PIN E2 |
66 | #ifdef RGB_DI_PIN | 60 | #ifdef RGB_DI_PIN |
67 | #define RGBLIGHT_ANIMATIONS | 61 | #define RGBLIGHT_ANIMATIONS |