fix 'stop_all_notes' naming to be more consistent
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
bool process_audio(uint16_t keycode, keyrecord_t *record);
|
||||
void process_audio_noteon(uint8_t note);
|
||||
void process_audio_noteoff(uint8_t note);
|
||||
void process_audio_stop_all_notes(void);
|
||||
void process_audio_all_notes_off(void);
|
||||
|
||||
void audio_on_user(void);
|
||||
|
||||
|
Reference in New Issue
Block a user