fix(moonlander): remove extra startup exec call

This commit is contained in:
Florian Didron
2025-10-16 19:34:07 +07:00
parent 6099f18314
commit 731ee0218f

View File

@@ -454,10 +454,6 @@ void keyboard_post_init_kb(void) {
}
rgb_matrix_enable_noeeprom();
#endif
#if defined(DEFERRED_EXEC_ENABLE)
is_launching = true;
defer_exec(500, startup_exec, NULL);
#endif
#if defined(DEFERRED_EXEC_ENABLE)
is_launching = true;
defer_exec(500, startup_exec, NULL);