summaryrefslogtreecommitdiff
path: root/quantum/audio/audio.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Relocate `AUDIO_INIT_DELAY` implementation (#25491)Joel Challis1-0/+19
2025-07-07Compilation fixes for `-fno-common` (#25436)Joel Challis1-2/+3
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-6/+6
2025-01-01always return audio pin to 0 on ARM (#24503)David Hoelscher1-3/+2
2024-03-06[Audio] Add support for audio shutdown pin (#22731)Drashna Jaelre1-0/+27
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis1-15/+22
2023-08-02audio: Don't play the first note of zero-note melodies (#21661)Nebuleon1-0/+4
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-0/+3
2023-07-08[Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer1-13/+32
2023-03-23Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis1-0/+1
2023-03-23Add some helpers to tidy up XAP (#20235)Joel Challis1-0/+4
2023-01-20Fix functions with empty params (#19647)Ryan1-2/+2
2022-02-12Format code according to conventions (#16322)QMK Bot1-31/+47
2021-12-11added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc1-0/+3
2021-08-15Fixup Audio startup and add to documents (#13606)Drashna Jaelre1-0/+3
2021-02-15Audio system overhaul (#11820)Drashna Jaelre1-0/+539
2020-03-21Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis1-805/+0
2019-08-30clang-format changesskullY1-398/+342
2019-03-05increase 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 B5,...walkerstop1-10/+5
2018-04-12Added support for audio using pins C4, C5, B6, B7Michael L. Walker1-74/+114
2017-12-31Fix of #2094Mikkel Jeppesen1-6/+6
2017-11-20adds planck light keyboardJack Humbert1-1/+4
2017-09-29Clueboard 60% support (#1746)skullydazed1-3/+5
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-28Clarify the quantum license (#1042)skullydazed1-0/+15
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
2016-05-24Converted audio play functions to *_user (#349)Jack Humbert1-17/+0
2016-05-18adds music and audio toggles (#337)Jack Humbert1-1/+7
2016-05-15adds a sequencer to the music mode (#330)Jack Humbert1-6/+5
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert1-0/+4
2016-05-03Clarified audio.c (#302)IBNobody1-444/+322
2016-04-21Update functions used to write to EEPROMEric Tang1-3/+3
2016-04-21restructures audio, begins voicingJack Humbert1-0/+607