]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/tanuki/tanuki.c
Added Tanuki Keyboard (#2894)
[qmk_firmware.git] / keyboards / tanuki / tanuki.c
diff --git a/keyboards/tanuki/tanuki.c b/keyboards/tanuki/tanuki.c
new file mode 100644 (file)
index 0000000..573e200
--- /dev/null
@@ -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
+
+};