Deploying to gh-pages from master @ f061ca4974 🚀
				
					
				
			This commit is contained in:
		
							parent
							
								
									ff51171c4d
								
							
						
					
					
						commit
						80b580d6b4
					
				
					 67 changed files with 2451 additions and 635 deletions
				
			
		| 
						 | 
				
			
			@ -38,6 +38,12 @@ It can also be defined per-encoder, by instead defining:
 | 
			
		|||
#define ENCODER_RESOLUTIONS { 4, 2 }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
For 4× encoders you also can assign default position if encoder skips pulses when it changes direction. For example, if your encoder send high level on both pins by default, define this:
 | 
			
		||||
 | 
			
		||||
```c
 | 
			
		||||
#define ENCODER_DEFAULT_POS 0x3
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Split Keyboards
 | 
			
		||||
 | 
			
		||||
If you are using different pinouts for the encoders on each half of a split keyboard, you can define the pinout (and optionally, resolutions) for the right half like this:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue