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