format code according to conventions [skip ci]
This commit is contained in:
parent
484a9b12bc
commit
e3d59a72f9
2 changed files with 4 additions and 6 deletions
|
@ -235,8 +235,8 @@ void rgblight_sethsv_noeeprom(uint8_t hue, uint8_t sat, uint8_t val);
|
|||
|
||||
/* effect speed */
|
||||
uint8_t rgblight_get_speed(void);
|
||||
void rgblight_set_speed(uint8_t speed);
|
||||
void rgblight_set_speed_noeeprom(uint8_t speed);
|
||||
void rgblight_set_speed(uint8_t speed);
|
||||
void rgblight_set_speed_noeeprom(uint8_t speed);
|
||||
|
||||
/* query */
|
||||
uint8_t rgblight_get_mode(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue