diff options
Diffstat (limited to 'keyboards/30wer/config.h')
-rw-r--r-- | keyboards/30wer/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/30wer/config.h b/keyboards/30wer/config.h index d497585246..cf1bd72e56 100644 --- a/keyboards/30wer/config.h +++ b/keyboards/30wer/config.h @@ -22,10 +22,5 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* prevent stuck modifiers */ #define PREVENT_STUCK_MODIFIERS |