Skip to content

Commit

Permalink
Try more lighting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Jan 14, 2025
1 parent 9a4e43b commit 92c212e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/behaviors/behavior_rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static const struct behavior_driver_api behavior_rgb_underglow_driver_api = {
on_keymap_binding_convert_central_state_dependent_params,
.binding_pressed = on_keymap_binding_pressed,
.binding_released = on_keymap_binding_released,
.locality = BEHAVIOR_LOCALITY_GLOBAL,
.locality = BEHAVIOR_LOCALITY_CENTRAL,
#if IS_ENABLED(CONFIG_ZMK_BEHAVIOR_METADATA)
.parameter_metadata = &metadata,
#endif
Expand Down
2 changes: 1 addition & 1 deletion app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int zmk_rgb_underglow_set_periph(struct zmk_periph_led periph) {
else if (state.on && !led_data.on)
zmk_rgb_underglow_off();

LOG_DBG("Update led_data %d %d", led_data.layer, led_data.indicators);
LOG_DBG("Update led_data %d %d %d", led_data.layer, led_data.indicators, led_data.on);
return 0;
}

Expand Down

0 comments on commit 92c212e

Please sign in to comment.