diff options
author | Nick Brassel <nick@tzarc.org> | 2022-02-10 07:02:53 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 07:02:53 +1100 |
commit | c2c2f30f9f479f280b283919013a1b95b408a9b8 (patch) | |
tree | f3b321e8f06231b95983634b47897a7f024d0869 /keyboards/capsunlocked/cu75/rules.mk | |
parent | 1f67de2001965a11925b530eedbe60f0191fdced (diff) | |
download | qmk_firmware-c2c2f30f9f479f280b283919013a1b95b408a9b8.tar.gz qmk_firmware-c2c2f30f9f479f280b283919013a1b95b408a9b8.zip |
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/cu75/rules.mk')
-rw-r--r-- | keyboards/capsunlocked/cu75/rules.mk | 4 |
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 |