]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/alps64/config.h
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / alps64 / config.h
index 858a82ecdd9fd98b3c0257dff35e257e1d0f45e3..74f8017add07781804c1b6eb3d0ab35448a61c96 100644 (file)
@@ -47,13 +47,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.