summaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorJoshua Diamond <josh@windowoffire.com>2021-01-27 12:42:03 -0500
committerGitHub <noreply@github.com>2021-01-28 04:42:03 +1100
commitbad9592a18494e3f678c2a117a526ca5f2f2280d (patch)
tree8ce28a5b691c1092795e80f3ef09871b07d0a22c /quantum/rgblight.h
parent162842f16ee2e064f826712c3cd0c4d24445732e (diff)
Add rgblight_reload_from_eeprom() (#11411)
* Add rgblight_reset_from_eeprom() * reset->reload
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index efbffa7fdb..1854fee999 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -347,6 +347,9 @@ uint8_t rgblight_get_speed(void);
void rgblight_set_speed(uint8_t speed);
void rgblight_set_speed_noeeprom(uint8_t speed);
+/* reset */
+void rgblight_reload_from_eeprom(void);
+
/* query */
uint8_t rgblight_get_mode(void);
uint8_t rgblight_get_hue(void);