fix matrix/noah

This commit is contained in:
skullY 2020-02-29 21:09:48 -08:00
parent 0ef12b059d
commit a18f85c6b6

View file

@ -50,6 +50,9 @@ void rgblight_set(void) {
}
#endif
__attribute__((weak))
void matrix_init_user(void) {}
void matrix_init_kb(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_enable();
@ -60,6 +63,9 @@ void matrix_init_kb(void) {
#endif
}
__attribute__((weak))
void matrix_scan_user(void) {}
void matrix_scan_kb(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_task();