diff options
author | Erez Zukerman <ezukerman@godaddy.com> | 2016-11-17 20:56:36 -0500 |
---|---|---|
committer | Erez Zukerman <ezukerman@godaddy.com> | 2016-11-17 20:56:36 -0500 |
commit | 285c5a91f23e972d9c579184283443111186329d (patch) | |
tree | 2504fc860b8d2018cd129a1573074ad2c78cff3d /quantum/rgblight.h | |
parent | 9bbc9a7ce024edb4d80ce65d43c82456e3714928 (diff) |
Groundwork for dedicated color keycodes
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 330c2fe1ba..a3673348e7 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -61,6 +61,7 @@ void rgblight_init(void); void rgblight_increase(void); void rgblight_decrease(void); void rgblight_toggle(void); +void rgblight_enable(void); void rgblight_step(void); void rgblight_mode(uint8_t mode); void rgblight_set(void); |