]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/k_type/config.h
[Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227)
[qmk_firmware.git] / keyboards / k_type / config.h
index 4937d9ad99a5ef05aafd3903335aa09e4c0ede1e..a841a5710736a0f0c8d827e6248842bbaea6005b 100644 (file)
@@ -41,11 +41,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.