You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the behavior locality work, we added ability for a behavior binding from "state relative" to "state absolute", and updated many behaviors to add the necessary callbacks.
One behavior not updated full was the RGB Underglow one, in particular:
Effect forward/backwards
Effect speed selection
Are not currently made absolute based on the current state of the central.
This needs adding to the on_keymap_binding_convert_central_state_dependent_params function in app/src/behaviors/behavior_rgb_underglow.c file.
The text was updated successfully, but these errors were encountered:
As part of the behavior locality work, we added ability for a behavior binding from "state relative" to "state absolute", and updated many behaviors to add the necessary callbacks.
One behavior not updated full was the RGB Underglow one, in particular:
Are not currently made absolute based on the current state of the central.
This needs adding to the
on_keymap_binding_convert_central_state_dependent_params
function inapp/src/behaviors/behavior_rgb_underglow.c
file.The text was updated successfully, but these errors were encountered: