summaryrefslogtreecommitdiffstats
path: root/quantum/audio/audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: Don't play the first note of zero-note melodies (#21661)Nebuleon2023-08-021-0/+4
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-0/+3
* [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer2023-07-081-13/+32
* Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis2023-03-231-0/+1
* Add some helpers to tidy up XAP (#20235)Joel Challis2023-03-231-0/+4
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-31/+47
* added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc2021-12-111-0/+3
* Fixup Audio startup and add to documents (#13606)Drashna Jaelre2021-08-151-0/+3
* Audio system overhaul (#11820)Drashna Jaelre2021-02-151-0/+539
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-211-805/+0
* clang-format changesskullY2019-08-301-398/+342
* increase size of note counter variable to avoid overflowMarco Monaco2019-03-051-1/+1
* Store Clicky status in EEPROMDrashna Jaelre2018-09-251-4/+4
* Fix incorrect port direction setting in my previous pull request for pins B5,...walkerstop2018-04-131-10/+5
* Added support for audio using pins C4, C5, B6, B7Michael L. Walker2018-04-121-74/+114
* Fix of #2094Mikkel Jeppesen2017-12-311-6/+6
* adds planck light keyboardJack Humbert2017-11-201-1/+4
* Clueboard 60% support (#1746)skullydazed2017-09-291-3/+5
* add audio on/off audiosJack Humbert2017-09-061-36/+49
* remove unneccesary headersJack Humbert2017-07-231-1/+4
* use automatic rests with songs (no more rest styles)Jack Humbert2017-07-231-14/+25
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-231-0/+14
* don't let timer1 exist without b5 being enabledJack Humbert2017-06-271-0/+2
* add new arguements, docsJack Humbert2017-06-271-1/+2
* working duopholyJack Humbert2017-06-271-4/+58
* b5 audioJack Humbert2017-06-271-20/+240
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
* add debug messages to audioGabriel Young2017-03-021-158/+164
* rgb clean-up, api clean-upJack Humbert2016-12-191-5/+10
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-1/+1
* Converted audio play functions to *_user (#349)Jack Humbert2016-05-241-17/+0
* adds music and audio toggles (#337)Jack Humbert2016-05-181-1/+7
* adds a sequencer to the music mode (#330)Jack Humbert2016-05-151-6/+5
* Backlight Breathing for Planck and AtomicJack Humbert2016-05-091-0/+4
* Clarified audio.c (#302)IBNobody2016-05-031-444/+322
* Update functions used to write to EEPROMEric Tang2016-04-211-3/+3
* restructures audio, begins voicingJack Humbert2016-04-211-0/+607