Userspace updates (#11841)
* enable LTO for smaller firmware size * delete since this was added to userspace rules.mk * readme updates and new images * Add -j to compile and flash commands in userpsace * Enable NKRO * Enable NKRO, VIA, LTO by default * Stanrc85-ansi readme update * Stanrc85-alice readme * quick RGB layer indicator fix in keymap
This commit is contained in:
		
							parent
							
								
									0aed8746be
								
							
						
					
					
						commit
						7ef4aba52c
					
				
					 8 changed files with 98 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,9 @@ BOOTMAGIC_ENABLE = no
 | 
			
		|||
MOUSEKEY_ENABLE = no
 | 
			
		||||
AUDIO_ENABLE = no
 | 
			
		||||
CONSOLE_ENABLE = no
 | 
			
		||||
NKRO_ENABLE = no
 | 
			
		||||
NKRO_ENABLE = yes
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
VIA_ENABLE = yes
 | 
			
		||||
 | 
			
		||||
SRC += stanrc85.c
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -14,8 +16,6 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
 | 
			
		|||
  SRC += rgblight_layers.c
 | 
			
		||||
  SRC += startup_fanfare.c
 | 
			
		||||
  OPT_DEFS += -DHAS_INDICATORS
 | 
			
		||||
  VIA_ENABLE = yes
 | 
			
		||||
  LTO_ENABLE = no
 | 
			
		||||
  VELOCIKEY_ENABLE=yes
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
 | 
			
		||||
| 
						 | 
				
			
			@ -23,13 +23,9 @@ ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
 | 
			
		|||
  SRC += startup_fanfare.c
 | 
			
		||||
  OPT_DEFS += -DHAS_INDICATORS
 | 
			
		||||
  OPT_DEFS += -DHAS_ROTARY
 | 
			
		||||
  VIA_ENABLE = yes
 | 
			
		||||
  LTO_ENABLE = no
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
 | 
			
		||||
  SRC += rgblight_layers_osa.c
 | 
			
		||||
  VIA_ENABLE = yes
 | 
			
		||||
  LTO_ENABLE = no
 | 
			
		||||
  VELOCIKEY_ENABLE=yes
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue