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

pull/21198/merge
Joel Challis 2024-10-12 00:29:32 +01:00 committed by GitHub
parent c95f0fb671
commit 11daef82e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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!