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

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

	matrix_init_user();
}