Fixed LED Function Calls
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
This commit is contained in:
		
							parent
							
								
									ec62d9e85c
								
							
						
					
					
						commit
						10491ba21f
					
				
					 4 changed files with 22 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -33,11 +33,12 @@ extern "C" {
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
void led_set(uint8_t usb_led);
 | 
			
		||||
void * led_set_kb(uint8_t usb_led);
 | 
			
		||||
 | 
			
		||||
/* keyboard-specific LED functionality */
 | 
			
		||||
void led_set_kb(uint8_t usb_led);
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue