diff --git a/keyboards/tr60w/config.h b/keyboards/tr60w/config.h index 2d23f718fab..10550b20b80 100644 --- a/keyboards/tr60w/config.h +++ b/keyboards/tr60w/config.h @@ -37,11 +37,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)) \ -) - /* prevent stuck modifiers */ #define PREVENT_STUCK_MODIFIERS