]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove unnecessary IS_COMMAND definitions from a couple of boards
authorKonstantin Đorđević <vomindoraan@gmail.com>
Tue, 16 Jul 2019 16:17:46 +0000 (18:17 +0200)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Tue, 16 Jul 2019 21:18:26 +0000 (14:18 -0700)
keyboards/abstract/ellipse/rev1/config.h
keyboards/halberd/config.h
keyboards/kagamidget/config.h
keyboards/nek_type_a/config.h
keyboards/scythe/config.h

index 1fb9b76d9c79d3db2f58ff8968027dec4e8033b8..36a4fc40f2aa01406aa11e2f92fbb6c47b3d08d5 100644 (file)
@@ -125,11 +125,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* 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
index 32930d7781eddd3cbf480f9122f7ddea500728ea..cf3460b6182039aef3e0ff756bbca384d6a59fe6 100644 (file)
@@ -111,13 +111,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* 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
index 00e09530e1d229d099837ca9da973d1f30130c7f..7fe67ffd3379f10ee3d353fd47e941087d4390f5 100644 (file)
@@ -107,11 +107,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* 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
index 5b105804ddb959e504cdc6d3d5b730afdcc5c9f1..98a954dd12a771cdc13880d2c20754d47f4ae763 100644 (file)
@@ -46,8 +46,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
-
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
index 66d47c3566edfe6f285849c362c8b9eb5e4143d5..d577192db3fa9964d50ef7a795c8f933f2930e8b 100644 (file)
@@ -114,13 +114,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* 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