aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tanuki/tanuki.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tanuki/tanuki.c')
-rw-r--r--keyboards/tanuki/tanuki.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/tanuki/tanuki.c b/keyboards/tanuki/tanuki.c
new file mode 100644
index 000000000..573e20061
--- /dev/null
+++ b/keyboards/tanuki/tanuki.c
@@ -0,0 +1,10 @@
1#include "tanuki.h"
2#include "rgblight.h"
3#include "config.h"
4#include "rgblight.h"
5
6void matrix_init_kb(void) {
7 // put your keyboard start-up code here
8 // runs once when the firmware starts up
9
10};