Skip to content

Commit

Permalink
monsgeek/m5: make numlock and capslock LEDs work (qmk#24027)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored and Ardakilic committed Sep 10, 2024
1 parent 436941c commit 9057958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/monsgeek/m5/m5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9057958

Please sign in to comment.