summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_audio.c
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-03-02 11:40:06 -0800
committerGabriel Young <gabeplaysdrums@live.com>2017-03-02 11:40:06 -0800
commitd11962aeb27c73b87f8154d7f2cee747c8858d09 (patch)
tree6cdbe00dd2c18f408fb9be01d6f7d5a6762b2c5f /quantum/process_keycode/process_audio.c
parent976c856966841cd0be6e514c6365c73164f5b96d (diff)
fix 'stop_all_notes' naming to be more consistent
Diffstat (limited to 'quantum/process_keycode/process_audio.c')
-rw-r--r--quantum/process_keycode/process_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_audio.c b/quantum/process_keycode/process_audio.c
index 71c0297ee2..0b6380ed39 100644
--- a/quantum/process_keycode/process_audio.c
+++ b/quantum/process_keycode/process_audio.c
@@ -54,7 +54,7 @@ void process_audio_noteoff(uint8_t note) {
stop_note(compute_freq_for_midi_note(note));
}
-void process_audio_stop_all_notes(void) {
+void process_audio_all_notes_off(void) {
stop_all_notes();
}