Skip to content

Commit

Permalink
fix: layer_state_set_user didn't trigger if VOYAGER_USER_LEDS was def…
Browse files Browse the repository at this point in the history
…ined
  • Loading branch information
Ofenhed authored Aug 2, 2024
1 parent 3a09636 commit c008aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/voyager/voyager.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ void keyboard_pre_init_kb(void) {
}

layer_state_t layer_state_set_kb(layer_state_t state) {
#if !defined(VOYAGER_USER_LEDS)
state = layer_state_set_user(state);
#if !defined(VOYAGER_USER_LEDS)
if (is_launching || !keyboard_config.led_level) return state;
# ifdef ORYX_ENABLE
if (rawhid_state.status_led_control) return state;
Expand Down

0 comments on commit c008aa5

Please sign in to comment.