]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lfkeyboards/mini1800/keymaps/default/rules.mk
Fix the LFKeyboards so they work with the QMK Configurator (#4591)
[qmk_firmware.git] / keyboards / lfkeyboards / mini1800 / keymaps / default / rules.mk
index d6e35e353730d51eeff2325eab1af923e0318345..1598173f36b75c7e5af446c68ca7285d036425c7 100644 (file)
@@ -23,10 +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