Skip to content

Commit

Permalink
horrortroll/nyx/rev1: Fix compilation of custom RGB effect (qmk#24481)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Oct 13, 2024
1 parent d0d170e commit 1358182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/horrortroll/nyx/rev1/lib/startup_swirl_anim.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static void swirl_set_color(hsv_t hsv) {
v_values[v] = 0;
}
hsv.v = v_values[v];
hsv_t rgb = hsv_to_rgb(hsv);
rgb_t rgb = hsv_to_rgb(hsv);
rgb_matrix_set_color(v, rgb.r, rgb.g, rgb.b);
}

Expand Down

0 comments on commit 1358182

Please sign in to comment.