summaryrefslogtreecommitdiff
path: root/keyboards/capsunlocked
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-02-10 07:02:53 +1100
committerGitHub <noreply@github.com>2022-02-10 07:02:53 +1100
commitc2c2f30f9f479f280b283919013a1b95b408a9b8 (patch)
treef3b321e8f06231b95983634b47897a7f024d0869 /keyboards/capsunlocked
parent1f67de2001965a11925b530eedbe60f0191fdced (diff)
Remove parent-relative paths from keyboards. (#16282)
* Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/capsunlocked')
-rw-r--r--keyboards/capsunlocked/cu75/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/capsunlocked/cu75/rules.mk b/keyboards/capsunlocked/cu75/rules.mk
index 6274267ab1..d3979a9149 100644
--- a/keyboards/capsunlocked/cu75/rules.mk
+++ b/keyboards/capsunlocked/cu75/rules.mk
@@ -9,4 +9,6 @@ BOOTLOADER = atmel-dfu
#
BACKLIGHT_DRIVER = custom
-SRC = ../lfkeyboards/TWIlib.c ../lfkeyboards/issi.c ../lfkeyboards/lighting.c
+# TODO: These boards need to be converted to RGB Matrix
+VPATH += keyboards/lfkeyboards
+SRC = TWIlib.c issi.c lighting.c