Skip to content

Commit

Permalink
Update rgb_underglow.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Jan 14, 2025
1 parent 92c212e commit 4c44296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ static int rgb_underglow_event_listener(const zmk_event_t *eh) {
if (as_zmk_usb_conn_state_changed(eh)) {
led_data.indicators = zmk_hid_indicators_get_current_profile();
led_data.layer = zmk_keymap_highest_layer_active();
led_data.on = state.on;
int err = zmk_split_bt_update_led(&led_data);
if (err) {
LOG_ERR("send failed (err %d)", err);
Expand Down

0 comments on commit 4c44296

Please sign in to comment.