summaryrefslogtreecommitdiffstats
path: root/keyboards/tanuki/tanuki.c
blob: 573e20061114e39bd55349762acd46a4495ed5ba (plain)
1
2
3
4
5
6
7
8
9
10
#include "tanuki.h"
#include "rgblight.h"
#include "config.h"
#include "rgblight.h"

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

};