mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			186 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			186 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "quantum.h"
 | |
| 
 | |
| #define LAYOUT( \
 | |
|     k00, k10, k20, k30, k40, k50 \
 | |
| ) { \
 | |
|     { k00 }, \
 | |
|     { k10 }, \
 | |
|     { k20 }, \
 | |
|     { k30 }, \
 | |
|     { k40 }, \
 | |
|     { k50 } \
 | |
| }
 | 
