aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index c02fd4f37..efbffa7fd 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -357,6 +357,8 @@ HSV rgblight_get_hsv(void);
357 357
358/* === qmk_firmware (core)internal Functions === */ 358/* === qmk_firmware (core)internal Functions === */
359void rgblight_init(void); 359void rgblight_init(void);
360void rgblight_suspend(void);
361void rgblight_wakeup(void);
360uint32_t rgblight_read_dword(void); 362uint32_t rgblight_read_dword(void);
361void rgblight_update_dword(uint32_t dword); 363void rgblight_update_dword(uint32_t dword);
362uint32_t eeconfig_read_rgblight(void); 364uint32_t eeconfig_read_rgblight(void);