summaryrefslogtreecommitdiffstats
path: root/keyboards/telophase/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/telophase/config.h')
-rw-r--r--keyboards/telophase/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/telophase/config.h b/keyboards/telophase/config.h
index be0a36977..473949ee1 100644
--- a/keyboards/telophase/config.h
+++ b/keyboards/telophase/config.h
@@ -41,12 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ONESHOT_TIMEOUT 500
-
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.