summaryrefslogtreecommitdiff
path: root/quantum/quantum.mk
diff options
context:
space:
mode:
authorIBNobody2016-05-03 12:56:40 -0500
committerJack Humbert2016-05-03 13:56:40 -0400
commit83e1cc241e3aabd69f6cdcd2581477d4b85bb8d3 (patch)
treefd0c9714f93e1afec478ddc42a86a6823136ad5f /quantum/quantum.mk
parent2c070163ffffffde546fb00acaa2fbb96b93da64 (diff)
Clarified audio.c (#302)
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs
Diffstat (limited to 'quantum/quantum.mk')
-rw-r--r--quantum/quantum.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.mk b/quantum/quantum.mk
index 83c4f1d1d..4a076eca4 100644
--- a/quantum/quantum.mk
+++ b/quantum/quantum.mk
@@ -29,6 +29,7 @@ endif
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/audio/audio.c $(QUANTUM_DIR)/audio/voices.c
+ SRC += $(QUANTUM_DIR)/audio/audio.c $(QUANTUM_DIR)/audio/luts.c
endif
ifeq ($(strip $(UNICODE_ENABLE)), yes)