* ADD DecadePad * Fix Key display bug * fix * firmware1 THIS IS A Backup commit * firmware2 * rename all fill with lower case * fix bug * Final Version Fix all bugs * Requested change apply * suggested apply * change apply * via test * Apply change and fix via support problem
		
			
				
	
	
		
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "decadepad.h"
 | 
						|
bool led_update_kb(led_t led_state) {
 | 
						|
    if (led_update_user(led_state)){
 | 
						|
        writePin(D4, led_state.num_lock);
 | 
						|
    }
 | 
						|
    return true;
 | 
						|
} |