From f1be0236b632b0a86e32a1f362cd1f9517a30c9a Mon Sep 17 00:00:00 2001 From: Konstantin Đorđević Date: Wed, 6 Feb 2019 20:28:47 +0100 Subject: Remove unnecessary IS_COMMAND definitions from recently added keyboards (#5065) --- keyboards/meishi/config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'keyboards/meishi') diff --git a/keyboards/meishi/config.h b/keyboards/meishi/config.h index cbc22476d..6c712e2ad 100644 --- a/keyboards/meishi/config.h +++ b/keyboards/meishi/config.h @@ -104,11 +104,6 @@ along with this program. If not, see . * */ -/* key combination for magic key command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* control how magic key switches layers */ //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true -- cgit v1.2.3-24-g4f1b