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
				
			
		| 
						 | 
				
			
			@ -53,9 +53,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
void rgb_matrix_indicators_user(void) {
 | 
			
		||||
  uint8_t layer = get_highest_layer(layer_state);
 | 
			
		||||
  switch (layer) {
 | 
			
		||||
    case _QWERTY:
 | 
			
		||||
      rgb_matrix_set_color(10, 0, 0, 0); 
 | 
			
		||||
      break;
 | 
			
		||||
    case _FN1_60:
 | 
			
		||||
      rgb_matrix_set_color(10, 0, 0, 255); 
 | 
			
		||||
      break;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue