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>
This commit is contained in:
		
							parent
							
								
									da1afe152a
								
							
						
					
					
						commit
						3a0f3a5bd0
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue