mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
zsa/moonlander: Fix execution of user callback (#24475)
This commit is contained in:
parent
c95f0fb671
commit
11daef82e0
|
@ -404,7 +404,7 @@ void keyboard_post_init_kb(void) {
|
||||||
is_launching = true;
|
is_launching = true;
|
||||||
defer_exec(500, startup_exec, NULL);
|
defer_exec(500, startup_exec, NULL);
|
||||||
#endif
|
#endif
|
||||||
matrix_init_user();
|
keyboard_post_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
void eeconfig_init_kb(void) { // EEPROM is getting reset!
|
void eeconfig_init_kb(void) { // EEPROM is getting reset!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user