diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-11 08:07:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-11 08:07:48 +0000 |
commit | 6f9db2b48e35e13930700152738579eb5f94a839 (patch) | |
tree | 901743c846c60d4d5b565e0796157c9dbdfe58b8 /quantum/rgblight.h | |
parent | 4fdde323466a80d8abc204e093038a00047d0097 (diff) | |
parent | 4d96b85b6f39e89bdcc74853958f91153f27bfc1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 3f0c22be34..b9306e4d2c 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -357,6 +357,8 @@ HSV rgblight_get_hsv(void); /* === qmk_firmware (core)internal Functions === */ void rgblight_init(void); +void rgblight_suspend(void); +void rgblight_wakeup(void); uint32_t rgblight_read_dword(void); void rgblight_update_dword(uint32_t dword); uint32_t eeconfig_read_rgblight(void); |