summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-01-18 01:25:03 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-24 03:28:56 +0100
commitcf596a0371ad63106e764e96379deb48ec21e92b (patch)
treeddc52fccbbe0dfb7a51242cc6df369272f4dc8bb /keyboards/lfkeyboards
parent87ab49e4033db5afe835863c4ebab8858cbe3e2d (diff)
downloadqmk_firmware-cf596a0371ad63106e764e96379deb48ec21e92b.tar.gz
qmk_firmware-cf596a0371ad63106e764e96379deb48ec21e92b.tar.xz
Remove lfkeyboards parent rules.mk as its only required for mini1800
Diffstat (limited to 'keyboards/lfkeyboards')
-rw-r--r--keyboards/lfkeyboards/mini1800/rules.mk2
-rw-r--r--keyboards/lfkeyboards/rules.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/lfkeyboards/mini1800/rules.mk b/keyboards/lfkeyboards/mini1800/rules.mk
index be670b9b4..a1e52aae9 100644
--- a/keyboards/lfkeyboards/mini1800/rules.mk
+++ b/keyboards/lfkeyboards/mini1800/rules.mk
@@ -52,6 +52,8 @@ F_USB = $(F_CPU)
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
+# Extra source files for IS3731 lighting
+SRC = TWIlib.c issi.c lighting.c
ifeq ($(strip $(ISSI_ENABLE)), yes)
# TMK_COMMON_DEFS += -DISSI_ENABLE
diff --git a/keyboards/lfkeyboards/rules.mk b/keyboards/lfkeyboards/rules.mk
deleted file mode 100644
index 5cf759a2f..000000000
--- a/keyboards/lfkeyboards/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-SRC = TWIlib.c issi.c lighting.c