mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	[Keyboard] Fix DZTECH Tofu II v1 i2c config (#19306)
This commit is contained in:
		
							parent
							
								
									408bb469bb
								
							
						
					
					
						commit
						222f685b90
					
				@ -17,7 +17,7 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
#define I2C1_SDA_PIN GP2
 | 
					#define I2C1_SDA_PIN GP2
 | 
				
			||||||
#define I2C1_SCL_PIN GP3
 | 
					#define I2C1_SCL_PIN GP3
 | 
				
			||||||
#define I2C_DRIVER I2CD2
 | 
					#define I2C_DRIVER I2CD1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
 | 
					#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
 | 
				
			||||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
 | 
					#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user