aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_audio.md
Commit message (Collapse)AuthorAgeFilesLines
* Added keycodes for swapping and unswapping the Control and OS keys (#6110)Stephen Wanhella2019-08-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add MAGIC_SWAP_CONTROL_LGUI and MAGIC_UNSWAP_CONTROL_LGUI keycodes Key codes to swap and unswap the control and windows/cmd keys * Fix issues with pull request #6110 Renamed swap/unswap lctl and lgui key codes, added key codes to swap/unswap rctl and rgui, and moved new bool inside keycode_config.h struct to the end * Move new keycodes to the end of the enum (#6110) * add cases for swapped control and OS keys to mod_config (#6110) * Add new keycodes to feature_bootmagic.md (#6110) * Add R+L swap codes to keep in parity with AG_* codes * Extend Magic range check to include new magic codes * Update audio docs * Combine 2 byte ranges into 1 word for EECONFG Fix names for Keymap config EEPROM * Update docs/feature_bootmagic.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/feature_bootmagic.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/feature_bootmagic.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/feature_bootmagic.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Adds a configurable initial delay to the audio clicky feature (#4286)Josh2019-05-171-1/+2
| | | | | | * Adding an AUDIO_CLICKY_DELAY_DURATION configurable value to the AUDIO_CLICKY feature. * Tweaking my community keymap to work better with my rev 4 planck.
* [Docs] Add music_map to audio documentation (#5419)Drashna Jaelre2019-03-181-4/+27
| | | | | | * [Docs] Add music_map to audio documentation * Add link to planck as example
* Docs: Clarify audio keycodes (#4620)Drashna Jaelre2018-12-141-4/+6
| | | | | | | | | | | | | | | | * Clarify audio keycodes * Spelling errors Co-Authored-By: drashna <drashna@live.com> * Spacing in md Co-Authored-By: drashna <drashna@live.com> * Fix midi link too * Wordsmithing
* Make ARM Audio max volume configurable (#4540)Drashna Jaelre2018-12-031-0/+7
| | | | | | | | | | | | * Make ARM Audio max volume configurable * Update docs/feature_audio.md Co-Authored-By: drashna <drashna@live.com> * Update docs/feature_audio.md Co-Authored-By: drashna <drashna@live.com>
* Add On/Off keycodesDrashna Jaelre2018-09-251-5/+7
|
* Store Clicky status in EEPROMDrashna Jaelre2018-09-251-3/+1
|
* Overhaul to keycode related docsDrashna Jaelre2018-07-151-0/+25
| | | | | | | | * 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
* updated music maskJack Humbert2018-05-081-0/+14
|
* Add Faux Clicking as subset of Audio feature (#2748)Drashna Jaelre2018-04-191-0/+30
| | | | | | | | | | * Add Faux Clicky to main Audio feature * Make clicky settings user configurable * Add additional documentation * Don't play when music mode is enabled (hopefully)
* Added support for audio using pins C4, C5, B6, B7Michael L. Walker2018-04-121-1/+12
|
* Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski2018-02-281-1/+1
| | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
* Add the ability to disable Music Mode completely (#2339)Drashna Jaelre2018-02-081-0/+4
| | | | | | | | | | | | * 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
* Trim trailing whitespacefauxpark2017-12-091-1/+1
|
* Convert all headings to Title Casefauxpark2017-12-091-2/+2
|
* Doc updates from going through every fileskullY2017-08-161-0/+86
|
* break up keymaps and quantum keycodes into files by featureskullY2017-08-161-0/+118