mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-21 16:06:35 +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;
|
||||
defer_exec(500, startup_exec, NULL);
|
||||
#endif
|
||||
matrix_init_user();
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
void eeconfig_init_kb(void) { // EEPROM is getting reset!
|
||||
|
|
Loading…
Reference in New Issue
Block a user