mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-14 21:11:38 -04:00
2649ec02c9
* Make the sequencer feature build again SEQUENCER_ENABLE only set MUSIC_ENABLE, so -DSEQUENCER_ENABLE was never defined and neither sequencer.c nor process_sequencer.c were compiled; process_sequencer.c also lost the includes it depends on. Wire the make target up like the other features and add the missing includes. * Include sequencer.h in keyboard.c for sequencer_task() * Update builddefs/common_features.mk Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>