summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce needless precision in audio note frequency calculation (#21496)Nebuleon2023-07-261-1/+1
|
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-3/+1
|
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
| | | | | * Fix functions with empty params * Found a bunch more
* Align audio keycode names (#18962)Joel Challis2022-11-051-5/+5
| | | | | | | * Align audio keycode names * Update docs * Update quantum
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+9
|
* added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc2021-12-111-0/+1
| | | Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com>
* clang-format changesskullY2019-08-301-20/+11
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
* Fix Audio Clicky sub-feature (#2784)Drashna Jaelre2018-04-211-65/+0
| | | | | | * Fix Audio Clicky feature * Add to features
* Update to drashna keymaps and userspace (#2756)Drashna Jaelre2018-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-add NO_SECRETS option * Add Thumb Clusters defines for default layout * Minor tweaks * More Minor tweaks * Revert Orthodox layers and move function keys around * Fix keymap so it will compile under the Infinity Since I haven't added 'pretty' layouts to it yet * Cleanup of userspace * Cleanup keymaps * OMG fix Workman * Move mods layer key around * Reduce debounce in Ergodox EZ * Fix Infinity layers * Add list of pins used by Ergdox EZ for easy reference * Revert "Reduce debounce in Ergodox EZ" This reverts commit 8a3db2673b419ef8032c40a6d29156cef632f9cd. * Add Clicky toggle to Orthodox * Fix Audio Clicky keycode * Enable Faux Clicky by default * Add Unicode stuff
* Add Faux Clicking as subset of Audio feature (#2748)Drashna Jaelre2018-04-191-1/+68
| | | | | | | | | | * Add Faux Clicky to main Audio feature * Make clicky settings user configurable * Add additional documentation * Don't play when music mode is enabled (hopefully)
* adds option for alt pitch standardsJack Humbert2017-07-241-1/+5
|
* adds music mode, music mode songs, music maskJack Humbert2017-07-231-7/+9
|
* fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-021-1/+1
|
* Update existing keymapsGabriel Young2017-02-251-2/+2
| | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)
* Add basic layer to sample MIDI keycapGabriel Young2017-02-251-1/+1
|
* Factor basic note processing into respective processorsGabriel Young2017-02-251-0/+62