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

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

	matrix_init_user();
}