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