mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Keychron Q1V1: fix incorrect 3733 address (#22852)
This commit is contained in:
		
							parent
							
								
									7e03877924
								
							
						
					
					
						commit
						0b0c31665e
					
				@ -18,7 +18,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* RGB Matrix Driver Configuration */
 | 
					/* RGB Matrix Driver Configuration */
 | 
				
			||||||
#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
 | 
					#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
 | 
				
			||||||
#define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_GND_VCC
 | 
					#define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* DIP switch */
 | 
					/* DIP switch */
 | 
				
			||||||
#define DIP_SWITCH_MATRIX_GRID  { {0,1} }
 | 
					#define DIP_SWITCH_MATRIX_GRID  { {0,1} }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user