diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-05-24 11:56:53 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-24 11:56:53 -0400 |
| commit | 287eb7ad148abc8fe3fb014218d71e205fd9131d (patch) | |
| tree | 59e800a739797cb86d9345d01f73fceee4c32030 /quantum/quantum.h | |
| parent | 1ae6011cef2230826a9e6db6c5b638677bc640b7 (diff) | |
| download | qmk_firmware-287eb7ad148abc8fe3fb014218d71e205fd9131d.tar.gz qmk_firmware-287eb7ad148abc8fe3fb014218d71e205fd9131d.zip | |
Converted audio play functions to *_user (#349)
* Updated personal layouts
* tweaked personal
* Nightly - Audio Cleanup
Refactored the LUTs. Abstracted some of the registers out of audio to
use more functional names. Split audio into audio and audio_pwm. WIP
* nightly - collapsed code
* Added check for note playing to LEDs
* Usability tweaks
* TWEAE
* nightly
added extra kcs to keymap common
* turned on Plank audio
* Added backlight breathing to atomic
* reverted accidental merge
* Added music and audio toggles to Quantum.c
* Redid the audio callbacks
* Adjusted default planck layout to use the user tone naming
* tabs to spaces
* Rewrote the ALL recipe to allow for faster parallel make
* tabs to spaces
* Renamed custom event functions to be 'startup_user' and 'shutdown_user'. Also moved the prototypes around.
* Tweaked pvc atomic layout to work with the pvc planck.
* updates midi scale calling
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index d4da77289..69a0d8126 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -67,6 +67,10 @@ void music_toggle(void); | |||
| 67 | void music_on(void); | 67 | void music_on(void); |
| 68 | void music_off(void); | 68 | void music_off(void); |
| 69 | 69 | ||
| 70 | void startup_user(void); | ||
| 71 | void shutdown_user(void); | ||
| 72 | void audio_on_user(void); | ||
| 70 | void music_on_user(void); | 73 | void music_on_user(void); |
| 74 | void music_scale_user(void); | ||
| 71 | 75 | ||
| 72 | #endif \ No newline at end of file | 76 | #endif \ No newline at end of file |
