fix matrix/noah

refactor_process_record_kb_user
skullY 5 years ago
parent 0ef12b059d
commit a18f85c6b6

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

Loading…
Cancel
Save