mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	update makefile to default to no virtual dip switches
This commit is contained in:
		
							parent
							
								
									dddaebfa98
								
							
						
					
					
						commit
						f954223749
					
				@ -52,7 +52,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 | 
				
			|||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   comment out to disable the options.
 | 
					#   comment out to disable the options.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE ?= yes	# Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE ?= no	# Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE ?= no	# Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE ?= no	# Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE ?= yes	# Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE ?= yes	# Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE ?= yes	# Console for debug(+400)
 | 
					CONSOLE_ENABLE ?= yes	# Console for debug(+400)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user