mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						590082520e
					
				@ -41,4 +41,12 @@ led_config_t g_led_config = { {
 | 
				
			|||||||
    1, 1, 1,          4,       1, 1, 1, 1, 1, 1,  // Ctrl, GUI, Alt, Space, RAlt, FN, Ctrl, Left, Down, Right
 | 
					    1, 1, 1,          4,       1, 1, 1, 1, 1, 1,  // Ctrl, GUI, Alt, Space, RAlt, FN, Ctrl, Left, Down, Right
 | 
				
			||||||
    2, 2, 2, 2, 2, 2  // UNDERGLOW
 | 
					    2, 2, 2, 2, 2, 2  // UNDERGLOW
 | 
				
			||||||
} };
 | 
					} };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//CAPS backlight
 | 
				
			||||||
 | 
					__attribute__ ((weak))
 | 
				
			||||||
 | 
					void rgb_matrix_indicators_user(void) {
 | 
				
			||||||
 | 
					    if (host_keyboard_led_state().caps_lock) {
 | 
				
			||||||
 | 
					        rgb_matrix_set_color(30, 0xFF, 0xFF, 0xFF);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user