Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Oct 11, 2024
2 parents 9d17779 + 11daef8 commit 5c97a78
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 5c97a78

Please sign in to comment.