summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/CMD60/CMD60.c
blob: 799848e34e9b60b4c3c0f197e24fedb2cb590040 (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();
}