[Keyboard] Flip encoder and fix weird volume behavior for Herringbone Pro (#15423)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
		
							parent
							
								
									cf9239a882
								
							
						
					
					
						commit
						c09837e092
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -48,8 +48,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#define DIODE_DIRECTION COL2ROW
 | 
			
		||||
 | 
			
		||||
/* Encoder pin assignment */
 | 
			
		||||
#define ENCODERS_PAD_A { C2 }
 | 
			
		||||
#define ENCODERS_PAD_B { C3 }
 | 
			
		||||
#define ENCODERS_PAD_A { C3 }
 | 
			
		||||
#define ENCODERS_PAD_B { C2 }
 | 
			
		||||
 | 
			
		||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 | 
			
		||||
#define DEBOUNCE 5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue