mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
lint
This commit is contained in:
parent
b88b761f67
commit
08f3a1c34a
@ -17,7 +17,7 @@ bool STARLIGHT_SMOOTH(effect_params_t* params) {
|
|||||||
RGB_MATRIX_TEST_LED_FLAGS();
|
RGB_MATRIX_TEST_LED_FLAGS();
|
||||||
|
|
||||||
uint16_t time = scale16by8((g_rgb_timer / 2) + time_offsets[i], rgb_matrix_config.speed / 16);
|
uint16_t time = scale16by8((g_rgb_timer / 2) + time_offsets[i], rgb_matrix_config.speed / 16);
|
||||||
HSV hsv = rgb_matrix_config.hsv;
|
HSV hsv = rgb_matrix_config.hsv;
|
||||||
hsv.v = scale8(abs8(sin8(time) - 128) * 2, hsv.v);
|
hsv.v = scale8(abs8(sin8(time) - 128) * 2, hsv.v);
|
||||||
RGB rgb = rgb_matrix_hsv_to_rgb(hsv);
|
RGB rgb = rgb_matrix_hsv_to_rgb(hsv);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user