mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	S75 Encoder Fixes (#7758)
* S75 Encoder Fixes * Flip encoder pins vs using setting
This commit is contained in:
		
							parent
							
								
									562482c234
								
							
						
					
					
						commit
						67ee050a0e
					
				@ -35,8 +35,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 }
 | 
			
		||||
#define DIODE_DIRECTION COL2ROW
 | 
			
		||||
 | 
			
		||||
#define ENCODERS_PAD_A { B9 }
 | 
			
		||||
#define ENCODERS_PAD_B { B8 }
 | 
			
		||||
#define ENCODERS_PAD_A { B8 }
 | 
			
		||||
#define ENCODERS_PAD_B { B9 }
 | 
			
		||||
 | 
			
		||||
#define ENCODER_RESOLUTION 2
 | 
			
		||||
 | 
			
		||||
//LEDS A6, RGB B15
 | 
			
		||||
#define BACKLIGHT_LEVELS 24
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user