summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/mf68/mf68.c
blob: 1da522e7e18186cede9eb23953918210227e5c60 (plain)
1
2
3
4
5
6
7
8
#include "mf68.h"

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

	matrix_init_user();
}