aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mt40/mt40.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mt40/mt40.c')
-rw-r--r--keyboards/mt40/mt40.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/mt40/mt40.c b/keyboards/mt40/mt40.c
index 0e7a30d99..555689f87 100644
--- a/keyboards/mt40/mt40.c
+++ b/keyboards/mt40/mt40.c
@@ -38,6 +38,7 @@ void rgblight_set(void) {
38} 38}
39 39
40__attribute__ ((weak)) 40__attribute__ ((weak))
41void matrix_scan_user(void) { 41void matrix_scan_kb(void) {
42 rgblight_task(); 42 rgblight_task();
43 matrix_init_user();
43} 44}