logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 11daef82e0c710d7bdacc7c78fe21fae864be191
parent c95f0fb6710e5def9523d19496c93a10d278d78a
Author: Joel Challis <git@zvecr.com>
Date:   Sat, 12 Oct 2024 00:29:32 +0100

zsa/moonlander: Fix execution of user callback (#24475)


Diffstat:

Mkeyboards/zsa/moonlander/moonlander.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/zsa/moonlander/moonlander.c b/keyboards/zsa/moonlander/moonlander.c @@ -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!