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

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

	matrix_init_user();
}