This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
213 B
C
Raw Normal View History

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