mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "ivy.h"
 | |
| 
 | |
| #define LAYOUT( \
 | |
| 	K00, \
 | |
|     K01, \
 | |
|     K02  \
 | |
| 	) \
 | |
| 	{ \
 | |
| 		{ K00, KC_NO, KC_NO }, \
 | |
| 		{ KC_NO, K01, KC_NO }, \
 | |
| 		{ KC_NO, KC_NO, K02 }, \
 | |
| 	}
 | 
