logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 977918982d0ee38ade3eeb178ca572645d0f9553
parent c2f7974c8eb5154c5a79c74150fc934086175024
Author: Guanzhong Chen <quantum2048@gmail.com>
Date:   Wed,  3 Jul 2024 22:38:38 -0400

monsgeek/m5: make numlock and capslock LEDs work (#24027)


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;