summaryrefslogtreecommitdiff
path: root/docs/feature_audio.md
AgeCommit message (Collapse)Author
2018-09-25Add On/Off keycodesDrashna Jaelre
2018-09-25Store Clicky status in EEPROMDrashna Jaelre
2018-07-15Overhaul to keycode related docsDrashna Jaelre
* Adds Audio Keycodes to both the feature page and master list * Re-orders the keycode list, so it's alphabetical (mostly) * Add additional (missing) sections to the keycode list * Add and update links in the keycode page * Add and reorder links in sidebar's keycode section
2018-05-08updated music maskJack Humbert
2018-04-19Add Faux Clicking as subset of Audio feature (#2748)Drashna Jaelre
* Add Faux Clicky to main Audio feature * Make clicky settings user configurable * Add additional documentation * Don't play when music mode is enabled (hopefully)
2018-04-12Added support for audio using pins C4, C5, B6, B7Michael L. Walker
2018-02-28Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
2018-02-08Add the ability to disable Music Mode completely (#2339)Drashna Jaelre
* Skip process_music in NO_MUSIC_MODE is defined * Skip matrix_scan_music if NO_MUSIC_MODE is defined * Skip music_all_notes_off if NO_MUSIC_MODE is defined * Leave matrix_scan_music in, because it reduces firmware size by 150b.... * Add docs for NO_MUSIC_MODE
2017-12-09Trim trailing whitespacefauxpark
2017-12-09Convert all headings to Title Casefauxpark
2017-08-16Doc updates from going through every fileskullY
2017-08-16break up keymaps and quantum keycodes into files by featureskullY