1
0
Fork 0

Factor basic note processing into respective processors

This commit is contained in:
Gabriel Young 2017-02-25 19:25:33 -08:00
parent 525be99ee9
commit 1000799d1e
9 changed files with 186 additions and 85 deletions

View file

@ -157,6 +157,7 @@ endif
ifeq ($(strip $(AUDIO_ENABLE)), yes)
OPT_DEFS += -DAUDIO_ENABLE
SRC += $(QUANTUM_DIR)/process_keycode/process_music.c
SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c
SRC += $(QUANTUM_DIR)/audio/audio.c
SRC += $(QUANTUM_DIR)/audio/voices.c
SRC += $(QUANTUM_DIR)/audio/luts.c