mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	 4bccde37d4
			
		
	
	
		4bccde37d4
		
			
		
	
	
	
	
		
			
			* Create test.txt * aplx6 * Delete test.txt * fff * Delete ffff * test compile * Create README.md * edited * requests * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * pins update * update * update pins * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md
		
			
				
	
	
		
			13 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| #include "quantum.h"
 | |
| 
 | |
| #define LAYOUT( \
 | |
|       k000, k001, k002, \
 | |
|       k100, k101, k102 \
 | |
| ) \
 | |
| { \
 | |
|     { k000, k001, k002 }, \
 | |
|     { k100, k101, k102 }  \
 | |
| } 
 | |
| 
 |