Explorar el Código

zsa/moonlander: Fix execution of user callback (#24475)

Joel Challis hace 1 año
padre
commit
11daef82e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      keyboards/zsa/moonlander/moonlander.c

+ 1 - 1
keyboards/zsa/moonlander/moonlander.c

@@ -404,7 +404,7 @@ void keyboard_post_init_kb(void) {
     is_launching = true;
     defer_exec(500, startup_exec, NULL);
 #endif
-    matrix_init_user();
+    keyboard_post_init_user();
 }
 
 void eeconfig_init_kb(void) {  // EEPROM is getting reset!