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

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

	matrix_init_user();
}