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

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

	matrix_init_user();
}