* Enable link-time optimization * Make RGB static gradient ranges shorter * Shift Quefrency media keys to the right * Shift KBD67 media keys to the right * Move some 60% keys from function to adjust layer * Set "extra" Lily58 keys to browser back/forward * Remove Instant60 EEPROM hack after #6968 * Remove unnecessary bits from macropad keymaps * Update KLE images
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			555 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			555 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SRC += bcat.c
 | 
						|
 | 
						|
# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
 | 
						|
BOOTMAGIC_ENABLE = lite
 | 
						|
 | 
						|
# Enable mouse and media keys on all keyboards.
 | 
						|
EXTRAKEY_ENABLE = yes
 | 
						|
MOUSEKEY_ENABLE = yes
 | 
						|
 | 
						|
# Disable some unwanted features on all keyboards.
 | 
						|
API_SYSEX_ENABLE = no
 | 
						|
COMMAND_ENABLE = no
 | 
						|
CONSOLE_ENABLE = no
 | 
						|
FAUXCLICKY_ENABLE = no
 | 
						|
MIDI_ENABLE = no
 | 
						|
NKRO_ENABLE = no
 | 
						|
SLEEP_LED_ENABLE = no
 | 
						|
UCIS_ENABLE = no
 | 
						|
UNICODE_ENABLE = no
 | 
						|
UNICODEMAP_ENABLE = no
 | 
						|
 | 
						|
# Enable link-time optimization to reduce binary size.
 | 
						|
LINK_TIME_OPTIMIZATION_ENABLE = yes
 |