Skip to content

Commit

Permalink
[RGB Matrix] Add prototype for rgb_matrix_hsv_to_rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 16, 2024
1 parent 54ae901 commit 7e48ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/drashna/rgb/rgb_matrix_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
extern led_config_t g_led_config;

static uint32_t hypno_timer;
RGB rgb_matrix_hsv_to_rgb(HSV hsv);


void rgb_matrix_layer_helper(uint8_t hue, uint8_t sat, uint8_t val, uint8_t mode, uint8_t speed, uint8_t led_type,
uint8_t led_min, uint8_t led_max) {
Expand Down

0 comments on commit 7e48ac7

Please sign in to comment.