diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c index 7f2d59420a..3b06639920 100644 --- a/keyboards/matrix/noah/noah.c +++ b/keyboards/matrix/noah/noah.c @@ -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();