diff options
Diffstat (limited to 'keyboards/alpha/config.h')
-rwxr-xr-x | keyboards/alpha/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/alpha/config.h b/keyboards/alpha/config.h index 1e16f5ca3c..b177c8a4b5 100755 --- a/keyboards/alpha/config.h +++ b/keyboards/alpha/config.h @@ -38,12 +38,6 @@ /* 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)) \ -) - - #define RGB_DI_PIN F4 #ifdef RGB_DI_PIN #define RGBLIGHT_ANIMATIONS |