mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2022 Diego Palacios (@diepala)
 | 
						|
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#define HAL_USE_SERIAL TRUE
 | 
						|
 | 
						|
#include_next <halconf.h>
 |