2017-12-07 23:12:41 -08:00
|
|
|
#include "do60.h"
|
|
|
|
|
2018-05-18 20:59:05 -07:00
|
|
|
extern inline void setdefaultrgb(void);
|
2017-12-07 23:12:41 -08:00
|
|
|
|
2018-05-18 20:59:05 -07:00
|
|
|
void matrix_init_kb(void) {
|
|
|
|
// Keyboard start-up code goes here
|
|
|
|
// Runs once when the firmware starts up
|
|
|
|
matrix_init_user();
|
|
|
|
setdefaultrgb();
|
|
|
|
};
|