aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/rgblight/rgblight.h
diff options
context:
space:
mode:
authorRyan2024-10-12 01:10:02 +0200
committerGitHub2024-10-12 01:10:02 +0200
commit6129af93f497077a994e8e41473e2bd3d6ea5e67 (patch)
tree68de5019339936b281fe337a5d8e5273f8b7dec5 /quantum/rgblight/rgblight.h
parenta10e7cc8582114267ab474a0049619b510199322 (diff)
Rename RGB and HSV structs (#24471)
Diffstat (limited to 'quantum/rgblight/rgblight.h')
-rw-r--r--quantum/rgblight/rgblight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight/rgblight.h b/quantum/rgblight/rgblight.h
index 7c23805129..f4b6e621e4 100644
--- a/quantum/rgblight/rgblight.h
+++ b/quantum/rgblight/rgblight.h
@@ -362,7 +362,7 @@ uint8_t rgblight_get_hue(void);
uint8_t rgblight_get_sat(void);
uint8_t rgblight_get_val(void);
bool rgblight_is_enabled(void);
-HSV rgblight_get_hsv(void);
+hsv_t rgblight_get_hsv(void);
/* === qmk_firmware (core)internal Functions === */
void rgblight_init(void);