Add noeeprom speed function for RGBLIGHT (#9706)
* [Docs] Add Speed functions to RGB Light docs * Add noeeprom functions for speed * Fix wording in doc Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
1fd2f2f022
commit
b338a4d886
3 changed files with 28 additions and 4 deletions
|
@ -336,7 +336,9 @@ void rgblight_increase_val_noeeprom(void);
|
|||
void rgblight_decrease_val(void);
|
||||
void rgblight_decrease_val_noeeprom(void);
|
||||
void rgblight_increase_speed(void);
|
||||
void rgblight_increase_speed_noeeprom(void);
|
||||
void rgblight_decrease_speed(void);
|
||||
void rgblight_decrease_speed_noeeprom(void);
|
||||
void rgblight_sethsv(uint8_t hue, uint8_t sat, uint8_t val);
|
||||
void rgblight_sethsv_noeeprom(uint8_t hue, uint8_t sat, uint8_t val);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue