forked from mirrors/qmk_userspace
		
	[Keyboard] Disable features on SplitKB boards to fit under size (#15262)
This commit is contained in:
		
					parent
					
						
							
								48a17b4515
							
						
					
				
			
			
				commit
				
					
						33d8af50c3
					
				
			
		
					 2 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ BOOTLOADER = atmel-dfu
 | 
				
			||||||
#   change yes to no to disable
 | 
					#   change yes to no to disable
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no      # Enable Bootmagic Lite
 | 
					BOOTMAGIC_ENABLE = no      # Enable Bootmagic Lite
 | 
				
			||||||
MOUSEKEY_ENABLE = yes      # Mouse keys
 | 
					MOUSEKEY_ENABLE = no       # Mouse keys
 | 
				
			||||||
EXTRAKEY_ENABLE = yes      # Audio control and System control
 | 
					EXTRAKEY_ENABLE = yes      # Audio control and System control
 | 
				
			||||||
CONSOLE_ENABLE = no        # Console for debug
 | 
					CONSOLE_ENABLE = no        # Console for debug
 | 
				
			||||||
COMMAND_ENABLE = no        # Commands for debug and configuration
 | 
					COMMAND_ENABLE = no        # Commands for debug and configuration
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,2 +1,6 @@
 | 
				
			||||||
VIA_ENABLE      = yes
 | 
					VIA_ENABLE      = yes
 | 
				
			||||||
HAPTIC_ENABLE   = no
 | 
					HAPTIC_ENABLE   = no
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SPACE_CADET_ENABLE = no
 | 
				
			||||||
 | 
					GRAVE_ESC_ENABLE = no
 | 
				
			||||||
 | 
					MAGIC_ENABLE = no
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue