diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
commit | 07bf8522ca23a7665852bb9defff0749c76f5e91 (patch) | |
tree | a03aa70cc7e9899c605b5e3597cf15ccdf70182c /keyboards/handwired/promethium/rules.mk | |
parent | 707f4efd99f4dfd7213540f7ee86f0fe8e6ad634 (diff) | |
parent | 65c10790d4f7b89bef849ed3896db4ea30b13a40 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/handwired/promethium/rules.mk')
-rw-r--r-- | keyboards/handwired/promethium/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 6fa45b42b6..69903dcebe 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk @@ -72,7 +72,7 @@ BLUETOOTH = AdafruitBLE # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -SRC += $(QUANTUM_DIR)/light_ws2812.c +SRC += ws2812.c SRC += rgbsps.c -SRC += $(QUANTUM_DIR)/analog.c +SRC += analog.c SRC += matrix.c |