Skip to content

Commit

Permalink
[Keymap] Fix missing return value from changes introduced in qmk#18450
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrait committed Oct 5, 2022
1 parent 3ac90bf commit 7dc93b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/gmmk/pro/rev1/ansi/keymaps/andrebrait/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ bool rgb_matrix_indicators_user(void) {
if (host_keyboard_led_state().caps_lock) {
set_rgb_caps_leds();
}
return;
return false;
} else {
/* EFFECTS duration is finished */
effect_started_time = 0;
Expand Down

0 comments on commit 7dc93b7

Please sign in to comment.