mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright 2022 Dane Skalski (@Daneski13)
 | ||
| // SPDX-License-Identifier: GPL-2.0-or-later
 | ||
| 
 | ||
| #pragma once
 | ||
| 
 | ||
| // Split Keyboard Stuff
 | ||
| #define EE_HANDS                 // Sets the keyboard’s handedness using EEPROM
 | ||
| #define SERIAL_USART_FULL_DUPLEX // Use full duplex communication (TRRS)
 | ||
| #define SERIAL_USART_TX_PIN GP0  // USART TX pin
 | ||
| #define SERIAL_USART_RX_PIN GP1  // USART RX pin
 | 
