diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index a3673348e..28a410e48 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -65,6 +65,7 @@ void rgblight_enable(void); | |||
| 65 | void rgblight_step(void); | 65 | void rgblight_step(void); |
| 66 | void rgblight_mode(uint8_t mode); | 66 | void rgblight_mode(uint8_t mode); |
| 67 | void rgblight_set(void); | 67 | void rgblight_set(void); |
| 68 | void rgblight_update_dword(uint32_t dword); | ||
| 68 | void rgblight_increase_hue(void); | 69 | void rgblight_increase_hue(void); |
| 69 | void rgblight_decrease_hue(void); | 70 | void rgblight_decrease_hue(void); |
| 70 | void rgblight_increase_sat(void); | 71 | void rgblight_increase_sat(void); |
