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

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

	matrix_init_user();
}