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:
parent
824e48f294
commit
c9108f4b37
6 changed files with 340 additions and 0 deletions
10
keyboards/tanuki/tanuki.c
Normal file
10
keyboards/tanuki/tanuki.c
Normal 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
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue