]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/fc980c/config.h
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
[qmk_firmware.git] / keyboards / fc980c / config.h
index 1b1f41c9091bb9ad67baf0813fbc399fa14f0db9..a6cb97756261a604ac1c142ee0af8c89740d05d1 100644 (file)
@@ -56,13 +56,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* 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)) \
-)
-
-
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.