logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 5c97a78ce6ab45643dcb420ba2ad20c30dcd5b8a
parent 9d17779832563dba59ad26c58b6aeabd1d4488d9
Author: QMK Bot <hello@qmk.fm>
Date:   Fri, 11 Oct 2024 23:30:07 +0000

Merge remote-tracking branch 'origin/master' into develop

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!