]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/jm60/config.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / jm60 / config.h
index cb5c90bb1937ef9c3580edf4a0e544c2a8172e22..0d2d0730e79f8a405d5db01e9309e56df309a005 100644 (file)
@@ -50,11 +50,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.