diff options
| author | Joshua Diamond | 2021-01-27 18:42:03 +0100 |
|---|---|---|
| committer | GitHub | 2021-01-27 18:42:03 +0100 |
| commit | bad9592a18494e3f678c2a117a526ca5f2f2280d (patch) | |
| tree | 8ce28a5b691c1092795e80f3ef09871b07d0a22c /quantum/rgblight.h | |
| parent | 162842f16ee2e064f826712c3cd0c4d24445732e (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.h | 3 |
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); |