logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 32ec677d8d479592baa4e0e8c37b6177874b881a
parent 26c114a2b47377db2ef337f3e22e3685e70852bd
Author: QMK Bot <hello@qmk.fm>
Date:   Thu,  4 Jul 2024 02:39:15 +0000

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

Diffstat:

Mkeyboards/monsgeek/m5/m5.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/keyboards/monsgeek/m5/m5.c b/keyboards/monsgeek/m5/m5.c @@ -157,6 +157,7 @@ void keyboard_pre_init_kb(void) { bool led_update_kb(led_t led_state) { bool res = led_update_user(led_state); if (res) { + led_update_ports(led_state); gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui); } return res;