* Display logo for caps lock indication on crkbd using old OLED driver * Add emacs read-only mode file variable to generated files * use LTO_ENABLE instead of EXTRAFLAGS This enables the same option, and disables action_macros, and action_functions, both of which seem to break when LTO is enabled. And this is a lot simpler to use. Co-Authored-By: Drashna Jaelre <drashna@live.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			782 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			782 B
		
	
	
	
		
			C
		
	
	
	
	
	
// generated from users/manna-harbour_miryoku/miryoku.org  -*- buffer-read-only: t -*-
 | 
						|
 | 
						|
#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_ortho_4x12(\
 | 
						|
KC_NO, K01,   K02,   K03,   K04,   KC_NO, KC_NO, K05,   K06,   K07,   K08,   KC_NO,\
 | 
						|
K00,   K11,   K12,   K13,   K14,   KC_NO, KC_NO, K15,   K16,   K17,   K18,   K09,\
 | 
						|
K10,   K21,   K22,   K23,   K24,   KC_NO, KC_NO, K25,   K26,   K27,   K28,   K19,\
 | 
						|
K20,   KC_NO, KC_NO, K32,   K33,   K34,   K35,   K36,   K37,   KC_NO, KC_NO, K29\
 | 
						|
)
 | 
						|
 | 
						|
#include "manna-harbour_miryoku.c"
 |