quantum: remove direct quantum.h includes (#21507)

This commit is contained in:
Ryan
2023-07-16 23:42:56 +10:00
committed by GitHub
parent b9e5895184
commit da2d2f947d
51 changed files with 208 additions and 62 deletions

View File

@@ -1,5 +1,6 @@
#include "audio.h"
#include "process_audio.h"
#include <math.h>
#ifndef VOICE_CHANGE_SONG
# define VOICE_CHANGE_SONG SONG(VOICE_CHANGE_SOUND)
@@ -61,6 +62,3 @@ void process_audio_noteoff(uint8_t note) {
void process_audio_all_notes_off(void) {
stop_all_notes();
}
__attribute__((weak)) void audio_on_user(void) {}
__attribute__((weak)) void audio_off_user(void) {}