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
213 B

  1. #include "do60.h"
  2. extern inline void setdefaultrgb(void);
  3. void matrix_init_kb(void) {
  4. // Keyboard start-up code goes here
  5. // Runs once when the firmware starts up
  6. matrix_init_user();
  7. setdefaultrgb();
  8. };