 7ef4aba52c
			
		
	
	
		7ef4aba52c
		
			
		
	
	
	
	
		
			
			* 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
		
			
				
	
	
		
			34 lines
		
	
	
		
			No EOL
		
	
	
		
			784 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			No EOL
		
	
	
		
			784 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| TAP_DANCE_ENABLE = yes
 | |
| EXTRAKEY_ENABLE = yes
 | |
| BACKLIGHT_ENABLE = no
 | |
| COMMAND_ENABLE = no
 | |
| BOOTMAGIC_ENABLE = no
 | |
| MOUSEKEY_ENABLE = no
 | |
| AUDIO_ENABLE = no
 | |
| CONSOLE_ENABLE = no
 | |
| NKRO_ENABLE = yes
 | |
| LTO_ENABLE = yes
 | |
| VIA_ENABLE = yes
 | |
| 
 | |
| SRC += stanrc85.c
 | |
| 
 | |
| ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
 | |
|   SRC += rgblight_layers.c
 | |
|   SRC += startup_fanfare.c
 | |
|   OPT_DEFS += -DHAS_INDICATORS
 | |
|   VELOCIKEY_ENABLE=yes
 | |
| endif
 | |
| ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
 | |
|   SRC += indicator_layers_sneakbox.c
 | |
|   SRC += startup_fanfare.c
 | |
|   OPT_DEFS += -DHAS_INDICATORS
 | |
|   OPT_DEFS += -DHAS_ROTARY
 | |
| endif
 | |
| ifeq ($(strip $(KEYBOARD)), tkc/osav2)
 | |
|   SRC += rgblight_layers_osa.c
 | |
|   VELOCIKEY_ENABLE=yes
 | |
| endif
 | |
| ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
 | |
|   RGB_MATRIX_ENABLE = yes
 | |
|   RGBLIGHT_ENABLE = no
 | |
| endif |