forked from mirrors/qmk_userspace
		
	Clarify placement of configuration options (#15015)
Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
		
					parent
					
						
							
								72f94daae1
							
						
					
				
			
			
				commit
				
					
						2761b17b98
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -146,6 +146,11 @@ void oled_task_user(void) {
 | 
			
		|||
 | 
			
		||||
## Basic Configuration
 | 
			
		||||
 | 
			
		||||
These configuration options should be placed in `config.h`. Example:
 | 
			
		||||
```c
 | 
			
		||||
#define OLED_BRIGHTNESS 128
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
|Define                     |Default          |Description                                                                                                               |
 | 
			
		||||
|---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
 | 
			
		||||
|`OLED_DISPLAY_ADDRESS`     |`0x3C`           |The i2c address of the OLED Display                                                                                       |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue