diff options
author | Drashna Jaelre <drashna@live.com> | 2018-12-03 16:42:57 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-03 16:42:57 -0800 |
commit | 3a0f3a5bd0aff18934431ad471b1db390c3b33d1 (patch) | |
tree | 6ee8385d3f0b95b1448d043801ff612e012856bc /docs/feature_audio.md | |
parent | da1afe152af5a6dfb5c0bb28d86d34940162f960 (diff) | |
download | qmk_firmware-3a0f3a5bd0aff18934431ad471b1db390c3b33d1.tar.gz |
Make ARM Audio max volume configurable (#4540)
* 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>
Diffstat (limited to 'docs/feature_audio.md')
-rw-r--r-- | docs/feature_audio.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md index 82e0ed950..a39c45687 100644 --- a/docs/feature_audio.md +++ b/docs/feature_audio.md @@ -65,6 +65,13 @@ The available keycodes for audio are: * `AU_OFF` - Turn audio mode off * `AU_TOG` - Toggle audio mode +## ARM Audio Volume + +For ARM devices, you can adjust the DAC sample values. If your board is too loud for you or your coworkers, you can set the max using `DAC_SAMPLE_MAX` in your `config.h`: + +```c +#define DAC_SAMPLE_MAX 65535U +``` ## Music Mode |