wip
This commit is contained in:
		
							parent
							
								
									f513a9193c
								
							
						
					
					
						commit
						c4aa18363e
					
				
					 144 changed files with 66 additions and 928 deletions
				
			
		| 
						 | 
				
			
			@ -14,13 +14,6 @@ void matrix_scan_kb(void) {
 | 
			
		|||
    matrix_scan_user();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
    // put your per-action keyboard code here
 | 
			
		||||
    // runs for every action, just before processing by the firmware
 | 
			
		||||
 | 
			
		||||
    return process_record_user(keycode, record);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void led_set_kb(uint8_t usb_led) {
 | 
			
		||||
    DDRB |= (1<<7);
 | 
			
		||||
    DDRC |= (1<<5) | (1<<6);
 | 
			
		||||
| 
						 | 
				
			
			@ -60,4 +53,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
 | 
			
		||||
__attribute__ ((weak))
 | 
			
		||||
void led_set_user(uint8_t usb_led) {
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue