summaryrefslogtreecommitdiff
path: root/keyboards/naked60/rev1/rev1.c
blob: bce48f89c30c9a86f2e00eff59bea7ad6b395080 (plain)
1
2
3
4
5
#include "naked60.h"

void matrix_init_kb(void) {
	matrix_init_user();
};