summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/fivethirteen/fivethirteen.c
blob: 4c16e72eb63e6159f8b01a93ddbc68087872f88a (plain)
1
2
3
4
5
6
7
8
#include "fivethirteen.h"

void matrix_init_kb(void) {
	// put your keyboard start-up code here
	// runs once when the firmware starts up

	matrix_init_user();
}