* Switch Quefrency from flaky I2C back to serial * Lower mouse wheel speed on Quefrency slightly * Migrate common settings to userspace * Enable Bootmagic Lite for consistent reset to bootloader. * Turn off some undesired features across all keyboards. * Remove EEPROM reset keybinding from all keyboards since Bootmagic Lite also does an EEPROM reset. * Set backlight and underglow increments consistently across all keyboards since lots of them like to override the deafults. * Set mouse keys consistently across all keyboards. * Update function layer keymap images
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
 | 
						|
BOOTMAGIC_ENABLE = lite
 | 
						|
 | 
						|
# Enable mouse and media keys on all keyboards.
 | 
						|
MOUSEKEY_ENABLE = yes
 | 
						|
EXTRAKEY_ENABLE = yes
 | 
						|
 | 
						|
# Disable some unwanted features on all keyboards.
 | 
						|
CONSOLE_ENABLE = no
 | 
						|
COMMAND_ENABLE = no
 | 
						|
NKRO_ENABLE = no
 |