You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
200 B

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