tanuki.c 200 B

12345678910
  1. #include "tanuki.h"
  2. #include "rgblight.h"
  3. #include "config.h"
  4. #include "rgblight.h"
  5. void matrix_init_kb(void) {
  6. // put your keyboard start-up code here
  7. // runs once when the firmware starts up
  8. };