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 03906f33f5..d0c55cf971 100644 --- a/keyboards/snagpad/config.h +++ b/keyboards/snagpad/config.h @@ -37,15 +37,9 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* prevent stuck modifiers */ //#define STRICT_LAYER_RELEASE - #ifdef RGB_DI_PIN #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 0 |