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

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

	matrix_init_user();
}