diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index c02fd4f37..efbffa7fd 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -357,6 +357,8 @@ HSV rgblight_get_hsv(void); | |||
| 357 | 357 | ||
| 358 | /* === qmk_firmware (core)internal Functions === */ | 358 | /* === qmk_firmware (core)internal Functions === */ |
| 359 | void rgblight_init(void); | 359 | void rgblight_init(void); |
| 360 | void rgblight_suspend(void); | ||
| 361 | void rgblight_wakeup(void); | ||
| 360 | uint32_t rgblight_read_dword(void); | 362 | uint32_t rgblight_read_dword(void); |
| 361 | void rgblight_update_dword(uint32_t dword); | 363 | void rgblight_update_dword(uint32_t dword); |
| 362 | uint32_t eeconfig_read_rgblight(void); | 364 | uint32_t eeconfig_read_rgblight(void); |
