Align location of some host led logic (#15954)
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
This commit is contained in:
		
							parent
							
								
									448a90f6b0
								
							
						
					
					
						commit
						6e83b44940
					
				
					 8 changed files with 58 additions and 46 deletions
				
			
		| 
						 | 
				
			
			@ -49,6 +49,18 @@ void led_set(uint8_t usb_led);
 | 
			
		|||
 | 
			
		||||
void led_init_ports(void);
 | 
			
		||||
 | 
			
		||||
void led_suspend(void);
 | 
			
		||||
 | 
			
		||||
void led_wakeup(void);
 | 
			
		||||
 | 
			
		||||
void led_task(void);
 | 
			
		||||
 | 
			
		||||
/* Callbacks */
 | 
			
		||||
void led_set_user(uint8_t usb_led);
 | 
			
		||||
void led_set_kb(uint8_t usb_led);
 | 
			
		||||
bool led_update_user(led_t led_state);
 | 
			
		||||
bool led_update_kb(led_t led_state);
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue