diff options
Diffstat (limited to 'keyboards/snagpad/config.h')
-rw-r--r-- | keyboards/snagpad/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/snagpad/config.h b/keyboards/snagpad/config.h index 03906f33f..d0c55cf97 100644 --- a/keyboards/snagpad/config.h +++ b/keyboards/snagpad/config.h | |||
@@ -37,15 +37,9 @@ | |||
37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
39 | 39 | ||
40 | /* key combination for command */ | ||
41 | #define IS_COMMAND() ( \ | ||
42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
43 | ) | ||
44 | |||
45 | /* prevent stuck modifiers */ | 40 | /* prevent stuck modifiers */ |
46 | //#define STRICT_LAYER_RELEASE | 41 | //#define STRICT_LAYER_RELEASE |
47 | 42 | ||
48 | |||
49 | #ifdef RGB_DI_PIN | 43 | #ifdef RGB_DI_PIN |
50 | #define RGBLIGHT_ANIMATIONS | 44 | #define RGBLIGHT_ANIMATIONS |
51 | #define RGBLED_NUM 0 | 45 | #define RGBLED_NUM 0 |