summaryrefslogtreecommitdiff
path: root/quantum/audio/audio.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Relocate `AUDIO_INIT_DELAY` implementation (#25491)Joel Challis1-1/+5
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez1-1/+3
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
2024-03-06[Audio] Add support for audio shutdown pin (#22731)Drashna Jaelre1-3/+3
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis1-1/+2
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-6/+3
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-0/+2
2023-03-23Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis1-5/+0
2023-03-23Add some helpers to tidy up XAP (#20235)Joel Challis1-0/+5
2022-02-12Format code according to conventions (#16322)QMK Bot1-3/+3
2021-10-06Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre1-9/+4
2021-02-15Audio system overhaul (#11820)Drashna Jaelre1-51/+230
2021-02-01Stop sounds when suspended (#11553)Joshua Diamond1-0/+1
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan1-4/+2
2020-05-302020 May 30 Breaking Changes Update (#9215)James Young1-3/+0
2019-08-30clang-format changesskullY1-14/+12
2018-09-25Add functions so you can configure programaticallyDrashna Jaelre1-1/+2
2017-09-29Clueboard 60% support (#1746)skullydazed1-2/+5
2017-07-23adds music mode, music mode songs, music maskJack Humbert1-2/+2
2017-07-23use automatic rests with songs (no more rest styles)Jack Humbert1-3/+5
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert1-1/+1
2017-03-28Clarify the quantum license (#1042)skullydazed1-1/+16
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert1-3/+3
2016-05-24Converted audio play functions to *_user (#349)Jack Humbert1-5/+1
2016-05-18adds music and audio toggles (#337)Jack Humbert1-3/+3
2016-05-15adds a sequencer to the music mode (#330)Jack Humbert1-0/+1
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert1-5/+6
2016-05-03Clarified audio.c (#302)IBNobody1-1/+5
2016-04-22fixed compiler warnings (#273)IBNobody1-3/+3
2016-04-21restructures audio, begins voicingJack Humbert1-0/+89