]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard/66/rev4/config.h
Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
[qmk_firmware.git] / keyboards / clueboard / 66 / rev4 / config.h
index 19a9837a32ad495e0b0c2dc1e58f267f28d9a4df..540b3872203503a80cf1e9289da17df9474fd1b9 100644 (file)
 /* 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.