- Add mouse buttons overlay layer - Change button order - Remove crkbd hardware specifics - Add alternative base layer alphas - Change title - Add logo - Reword intro text - Add dev branch and new commits links - Replace manual toc and remove anchors - Unindent lists - Reduce headings - Update docs - Build keymap as object instead of including .c file - Add kle subset mapping images - Add alternative mapping support - Change default mapping for ortho_4x12 - Add split mapping for ortho_4x12 - Add contact section - Add #pragma once to layout and keyboard config.h
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			771 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			771 B
		
	
	
	
		
			C
		
	
	
	
	
	
// generated from users/manna-harbour_miryoku/miryoku.org  -*- buffer-read-only: t -*-
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#define LAYOUT_miryoku( \
 | 
						|
       K00,   K01,   K02,   K03,   K04,   K05,   K06,   K07,   K08,   K09, \
 | 
						|
       K10,   K11,   K12,   K13,   K14,   K15,   K16,   K17,   K18,   K19, \
 | 
						|
       K20,   K21,   K22,   K23,   K24,   K25,   K26,   K27,   K28,   K29, \
 | 
						|
       N30,   N31,   K32,   K33,   K34,   K35,   K36,   K37,   N38,   N39 \
 | 
						|
) \
 | 
						|
LAYOUT( \
 | 
						|
KC_NO, K00,   K01,   K02,   K03,   K04,   K05,   K06,   K07,   K08,   K09,   KC_NO, \
 | 
						|
KC_NO, K10,   K11,   K12,   K13,   K14,   K15,   K16,   K17,   K18,   K19,   KC_NO, \
 | 
						|
KC_NO, K20,   K21,   K22,   K23,   K24,   K25,   K26,   K27,   K28,   K29,   KC_NO, \
 | 
						|
                     K32,   K33,   K34,   K35,   K36,   K37 \
 | 
						|
)
 |