1
0
Fork 0

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
This commit is contained in:
Pim Ostendorf 2018-05-05 19:47:32 +02:00 committed by Drashna Jaelre
parent 824e48f294
commit c9108f4b37
6 changed files with 340 additions and 0 deletions

10
keyboards/tanuki/tanuki.c Normal file
View file

@ -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
};