Browse Source

update command setting to the correct default

Jack Humbert 7 years ago
parent
commit
44006889d7
1 changed files with 0 additions and 5 deletions
  1. 0 5
      keyboards/planck/ez/config.h

+ 0 - 5
keyboards/planck/ez/config.h

@@ -80,11 +80,6 @@
  */
 //#define FORCE_NKRO
 
-/* key combination for magic key 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.