| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Audio] Add support for audio shutdown pin (#22731) | Drashna Jaelre | 2024-03-06 | 1 | -0/+27 |
| * | Remove redundant audio eeconfig init (#22736) | Joel Challis | 2023-12-24 | 1 | -15/+22 |
| * | audio: Don't play the first note of zero-note melodies (#21661) | Nebuleon | 2023-08-02 | 1 | -0/+4 |
| * | quantum: remove direct `quantum.h` includes (#21507) | Ryan | 2023-07-16 | 1 | -0/+3 |
| * | [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir... | Pascal Getreuer | 2023-07-07 | 1 | -13/+32 |
| * | Tidy up duplication of MIN/MAX fallback implementations (#20236) | Joel Challis | 2023-03-23 | 1 | -0/+1 |
| * | Add some helpers to tidy up XAP (#20235) | Joel Challis | 2023-03-23 | 1 | -0/+4 |
| * | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 1 | -2/+2 |
| * | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -31/+47 |
| * | added missing audio_off_user() callback (#15457) | Dipl.-Ing. Raoul Rubien, BSc | 2021-12-12 | 1 | -0/+3 |
| * | Fixup Audio startup and add to documents (#13606) | Drashna Jaelre | 2021-08-15 | 1 | -0/+3 |
| * | Audio system overhaul (#11820) | Drashna Jaelre | 2021-02-14 | 1 | -0/+539 |
| * | Initial arm->chibios pass - simplify some platform logic (#8450) | Joel Challis | 2020-03-21 | 1 | -805/+0 |
| * | clang-format changes | skullY | 2019-08-31 | 1 | -398/+342 |
| * | increase size of note counter variable to avoid overflow | Marco Monaco | 2019-03-06 | 1 | -1/+1 |
| * | Store Clicky status in EEPROM | Drashna Jaelre | 2018-09-25 | 1 | -4/+4 |
| * | Fix incorrect port direction setting in my previous pull request for pins B5,... | walkerstop | 2018-04-13 | 1 | -10/+5 |
| * | Added support for audio using pins C4, C5, B6, B7 | Michael L. Walker | 2018-04-12 | 1 | -74/+114 |
| * | Fix of #2094 | Mikkel Jeppesen | 2018-01-01 | 1 | -6/+6 |
| * | adds planck light keyboard | Jack Humbert | 2017-11-21 | 1 | -1/+4 |
| * | Clueboard 60% support (#1746) | skullydazed | 2017-09-30 | 1 | -3/+5 |
| * | add audio on/off audios | Jack Humbert | 2017-09-06 | 1 | -36/+49 |
| * | remove unneccesary headers | Jack Humbert | 2017-07-23 | 1 | -1/+4 |
| * | use automatic rests with songs (no more rest styles) | Jack Humbert | 2017-07-23 | 1 | -14/+25 |
| * | clean-up planck and preonic keymaps, move audio stuff around | Jack Humbert | 2017-07-23 | 1 | -0/+14 |
| * | don't let timer1 exist without b5 being enabled | Jack Humbert | 2017-06-27 | 1 | -0/+2 |
| * | add new arguements, docs | Jack Humbert | 2017-06-27 | 1 | -1/+2 |
| * | working duopholy | Jack Humbert | 2017-06-27 | 1 | -4/+58 |
| * | b5 audio | Jack Humbert | 2017-06-27 | 1 | -20/+240 |
| * | Clarify the quantum license (#1042) | skullydazed | 2017-03-29 | 1 | -0/+15 |
| * | add debug messages to audio | Gabriel Young | 2017-03-02 | 1 | -158/+164 |
| * | rgb clean-up, api clean-up | Jack Humbert | 2016-12-19 | 1 | -5/+10 |
| * | Cleans up quantum/keymap situation, removes extra lufa folders (#416) | Jack Humbert | 2016-06-18 | 1 | -1/+1 |
| * | Converted audio play functions to *_user (#349) | Jack Humbert | 2016-05-24 | 1 | -17/+0 |
| * | adds music and audio toggles (#337) | Jack Humbert | 2016-05-19 | 1 | -1/+7 |
| * | adds a sequencer to the music mode (#330) | Jack Humbert | 2016-05-15 | 1 | -6/+5 |
| * | Backlight Breathing for Planck and Atomic | Jack Humbert | 2016-05-09 | 1 | -0/+4 |
| * | Clarified audio.c (#302) | IBNobody | 2016-05-03 | 1 | -444/+322 |
| * | Update functions used to write to EEPROM | Eric Tang | 2016-04-22 | 1 | -3/+3 |
| * | restructures audio, begins voicing | Jack Humbert | 2016-04-21 | 1 | -0/+607 |