diff options
author | Xyverz <xyverz@gmail.com> | 2017-04-02 14:49:39 -0700 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2017-04-02 14:49:39 -0700 |
commit | c034b61b1abb2bf23187abae562bf53916c60fa1 (patch) | |
tree | d36aa00c7ae93ce144445638b61269d3a0dd5f50 /quantum/process_keycode/process_audio.h | |
parent | 787304647961f4cb654188ddb88c22dd7991ab87 (diff) | |
parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) | |
download | firmware-c034b61b1abb2bf23187abae562bf53916c60fa1.tar.gz firmware-c034b61b1abb2bf23187abae562bf53916c60fa1.tar.bz2 firmware-c034b61b1abb2bf23187abae562bf53916c60fa1.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'quantum/process_keycode/process_audio.h')
-rw-r--r-- | quantum/process_keycode/process_audio.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_audio.h b/quantum/process_keycode/process_audio.h new file mode 100644 index 000000000..7ac15b733 --- /dev/null +++ b/quantum/process_keycode/process_audio.h @@ -0,0 +1,11 @@ +#ifndef PROCESS_AUDIO_H +#define PROCESS_AUDIO_H + +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_all_notes_off(void); + +void audio_on_user(void); + +#endif
\ No newline at end of file |