Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			259 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			259 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "duck_led/duck_led.h"
 | 
						|
 | 
						|
void indicator_leds_set(bool leds[8]);
 | 
						|
void backlight_toggle_rgb(bool enabled);
 | 
						|
void backlight_set_rgb(uint8_t cfg[17][3]);
 | 
						|
void backlight_init_ports(void);
 | 
						|
void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device);
 |