From f5d250b5e5f374583bd5f9612614b3b7deccd815 Mon Sep 17 00:00:00 2001 From: Julian Flores Date: Tue, 26 Nov 2019 08:32:47 +0100 Subject: [PATCH] Removed key combination, due to already default implementation. --- keyboards/tr60w/config.h | 5 ----- 1 file changed, 5 deletions(-) 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