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

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

	matrix_init_user();
}