summaryrefslogtreecommitdiff
path: root/keyboards/tanuki/tanuki.c
diff options
context:
space:
mode:
authorPim Ostendorf2018-05-05 19:47:32 +0200
committerDrashna Jaelre2018-05-05 10:47:32 -0700
commitc9108f4b371bd39f728e5fdbc00407ab514aa8d6 (patch)
treeeaf705fe2e6ddd660ae58a320e6a7ec4b7ee3753 /keyboards/tanuki/tanuki.c
parent824e48f294a9de0a2c4816d294da5d93ec295bf1 (diff)
Added Tanuki Keyboard (#2894)
* added tanuki * updated definitions to new qmk standard * complying with suggestions made by drashna * update rulesfile * used qmk template for readme file
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
+
+};