summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/tragicforce68/tragicforce68.c
blob: 327197d254d3a85a12a9d1caa7b8373fe9c45f23 (plain)
1
2
3
4
5
6
7
8
#include "tragicforce68.h"

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

	matrix_init_user();
}