#include"ta65.h"voidmatrix_init_kb(void){// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();};voidmatrix_scan_kb(void){// put your looping keyboard code here
// runs every cycle (a lot)
matrix_scan_user();};