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