summaryrefslogtreecommitdiffstats
path: root/quantum/audio/audio.c
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06increase size of note counter variable to avoid overflowMarco Monaco1-1/+1
2018-09-25Store Clicky status in EEPROMDrashna Jaelre1-4/+4
2018-04-13Fix incorrect port direction setting in my previous pull request for pins ↵walkerstop1-10/+5
B5, B6, B7 (#2739) * Added support for audio using pins C4, C5, B6, B7 * Fixed bug where port direction wasn't set correctly for B5, B6, B7 audio ports
2018-04-12Added support for audio using pins C4, C5, B6, B7Michael L. Walker1-74/+114
2018-01-01Fix of #2094Mikkel Jeppesen1-6/+6
2017-11-21adds planck light keyboardJack Humbert1-1/+4
2017-09-30Clueboard 60% support (#1746)skullydazed1-3/+5
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-09-06add audio on/off audiosJack Humbert1-36/+49
2017-07-23remove unneccesary headersJack Humbert1-1/+4
2017-07-23use automatic rests with songs (no more rest styles)Jack Humbert1-14/+25
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert1-0/+14
2017-06-27don't let timer1 exist without b5 being enabledJack Humbert1-0/+2
2017-06-27add new arguements, docsJack Humbert1-1/+2
2017-06-27working duopholyJack Humbert1-4/+58
2017-06-27b5 audioJack Humbert1-20/+240
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+15
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
2017-03-02add debug messages to audioGabriel Young1-158/+164
2016-12-19rgb clean-up, api clean-upJack Humbert1-5/+10
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert1-1/+1
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
2016-05-24Converted audio play functions to *_user (#349)Jack Humbert1-17/+0
* 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
2016-05-19adds music and audio toggles (#337)Jack Humbert1-1/+7
* 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 * music/audio_on_user
2016-05-15adds a sequencer to the music mode (#330)Jack Humbert1-6/+5
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * Merge branch 'master' into process-record
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert1-0/+4
* 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 * adds backlight pulse to planck
2016-05-03Clarified audio.c (#302)IBNobody1-444/+322
* 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
2016-04-22Update functions used to write to EEPROMEric Tang1-3/+3
2016-04-21restructures audio, begins voicingJack Humbert1-0/+607