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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/tanuki/tanuki.c b/keyboards/tanuki/tanuki.c
index 573e20061..97f744664 100644
--- a/keyboards/tanuki/tanuki.c
+++ b/keyboards/tanuki/tanuki.c
@@ -2,9 +2,3 @@
2#include "rgblight.h" 2#include "rgblight.h"
3#include "config.h" 3#include "config.h"
4#include "rgblight.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};