diff options
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 b9306e4d2..028b3ea41 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
@@ -347,6 +347,9 @@ uint8_t rgblight_get_speed(void); | |||
347 | void rgblight_set_speed(uint8_t speed); | 347 | void rgblight_set_speed(uint8_t speed); |
348 | void rgblight_set_speed_noeeprom(uint8_t speed); | 348 | void rgblight_set_speed_noeeprom(uint8_t speed); |
349 | 349 | ||
350 | /* reset */ | ||
351 | void rgblight_reload_from_eeprom(void); | ||
352 | |||
350 | /* query */ | 353 | /* query */ |
351 | uint8_t rgblight_get_mode(void); | 354 | uint8_t rgblight_get_mode(void); |
352 | uint8_t rgblight_get_hue(void); | 355 | uint8_t rgblight_get_hue(void); |