Skip to content

Commit

Permalink
zsa/moonlander: Fix execution of user callback (qmk#24475)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Oct 11, 2024
1 parent c95f0fb commit 11daef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/moonlander/moonlander.c
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 11daef8

Please sign in to comment.