mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	 92873cc14f
			
		
	
	
		92873cc14f
		
			
		
	
	
	
	
		
			
			Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright 2023 Noah Beidelman (@noahbei)
 | |
| // SPDX-License-Identifier: GPL-2.0-or-later
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #define HAL_USE_I2C TRUE
 | |
| 
 | |
| #include_next <halconf.h> |