]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/tanuki/tanuki.c
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / tanuki / tanuki.c
1 #include "tanuki.h"
2 #include "rgblight.h"
3 #include "config.h"
4 #include "rgblight.h"
5
6 void matrix_init_kb(void) {
7         // put your keyboard start-up code here
8         // runs once when the firmware starts up
9
10 };