diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index f6746e50f..c0fc0f3c6 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -235,8 +235,8 @@ void rgblight_sethsv_noeeprom(uint8_t hue, uint8_t sat, uint8_t val); | |||
| 235 | 235 | ||
| 236 | /* effect speed */ | 236 | /* effect speed */ |
| 237 | uint8_t rgblight_get_speed(void); | 237 | uint8_t rgblight_get_speed(void); |
| 238 | void rgblight_set_speed(uint8_t speed); | 238 | void rgblight_set_speed(uint8_t speed); |
| 239 | void rgblight_set_speed_noeeprom(uint8_t speed); | 239 | void rgblight_set_speed_noeeprom(uint8_t speed); |
| 240 | 240 | ||
| 241 | /* query */ | 241 | /* query */ |
| 242 | uint8_t rgblight_get_mode(void); | 242 | uint8_t rgblight_get_mode(void); |
