]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lfkeyboards/lfk87/keymaps/ca178858/rules.mk
Fix the LFKeyboards so they work with the QMK Configurator (#4591)
[qmk_firmware.git] / keyboards / lfkeyboards / lfk87 / keymaps / ca178858 / rules.mk
index 9819cdbee247f3d0987751282ffa7f67c003ef70..f28ec80ea72379cf89938affd8b022d63ee355bb 100644 (file)
@@ -23,17 +23,6 @@ ISSI_ENABLE = yes                    # If the I2C pullup resistors aren't install this must be di
 WATCHDOG_ENABLE = yes          # Resets keyboard if matrix_scan isn't run every 250ms
 
 
-ifndef QUANTUM_DIR
-       include ../../../../Makefile
-endif
-
-ifeq ($(strip $(ISSI_ENABLE)), yes)
-    TMK_COMMON_DEFS += -DISSI_ENABLE
-endif
-
-ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
-    TMK_COMMON_DEFS += -DWATCHDOG_ENABLE
-endif
 
 
 # # Set the LFK78 hardware version. This is defined in rules.mk, but can be overidden here if desired