summaryrefslogtreecommitdiffstats
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 @@
+#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
+
+};