* added ymdk ymd09 keyboard * lowercase github username * change rgb keymap to make more sense * fixed number of LEDs * remove configuration for non-existant backlight * use official template and change file permissions * disable unnecessary nkro * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * with easy reset via bootmagic lite, remove RESET from layout Co-authored-by: Joel Challis <git@zvecr.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "quantum.h"
 | |
| 
 | |
| #define LAYOUT( \
 | |
| 	K00, K01, K02, \
 | |
| 	K10, K11, K12, \
 | |
| 	K20, K21, K22  \
 | |
| ) { \
 | |
| 	{ K00,   K01,   K02 }, \
 | |
| 	{ K10,   K11,   K12 }, \
 | |
| 	{ K20,   K21,   K22 }  \
 | |
| }
 |