* Userspace refactor * Fixed missed ifdef * tapcode16, adjust layout * glcdfont changes from #7745 * Modify Keymaps, add workman * RGB & OLED update
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			442 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			442 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Build Options
 | 
						|
#   change to "no" to disable the options, or define them in the Makefile in
 | 
						|
#   the appropriate keymap folder that will get included automatically
 | 
						|
#
 | 
						|
BOOTMAGIC_ENABLE        = no
 | 
						|
MOUSEKEY_ENABLE         = no
 | 
						|
CONSOLE_ENABLE          = no
 | 
						|
COMMAND_ENABLE          = no
 | 
						|
 | 
						|
RGBLIGHT_ENABLE         = no
 | 
						|
RGB_MATRIX_ENABLE       = no
 | 
						|
 | 
						|
OLED_DRIVER_ENABLE      = yes
 | 
						|
 | 
						|
BOOTLOADER              = atmel-dfu
 | 
						|
SPLIT_TRANSPORT         = mirror
 |