Al1 Configurator compile fix redux (#3357)
* move matrix routines to matrix.c * add init user and scan user routines
This commit is contained in:
		
							parent
							
								
									5b7ac47b1a
								
							
						
					
					
						commit
						0fcaa3b5e1
					
				
					 2 changed files with 18 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -15,16 +15,6 @@
 | 
			
		|||
 */
 | 
			
		||||
#include "al1.h"
 | 
			
		||||
 | 
			
		||||
__attribute__ ((weak))
 | 
			
		||||
void matrix_init_kb(void) {
 | 
			
		||||
	matrix_init_user();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
__attribute__ ((weak))
 | 
			
		||||
void matrix_scan_kb(void) {
 | 
			
		||||
    matrix_scan_user();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
	return process_record_user(keycode, record);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue