do60.c 213 B

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