diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 12:53:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-21 12:53:21 -0400 |
| commit | 80c87054193b9243670aeb85adefbe1aa6c0fda0 (patch) | |
| tree | 9ee304b9ca913328f1ea45500b34410f0d53ccfe /quantum/rgblight.h | |
| parent | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff) | |
| download | qmk_firmware-80c87054193b9243670aeb85adefbe1aa6c0fda0.tar.gz qmk_firmware-80c87054193b9243670aeb85adefbe1aa6c0fda0.zip | |
reduces rgblight warnings, integrates completely (#428)
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 37e207578..64f92523e 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -64,7 +64,6 @@ void rgblight_decrease_val(void); | |||
| 64 | void rgblight_sethsv(uint16_t hue, uint8_t sat, uint8_t val); | 64 | void rgblight_sethsv(uint16_t hue, uint8_t sat, uint8_t val); |
| 65 | void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b); | 65 | void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b); |
| 66 | 66 | ||
| 67 | #define EECONFIG_RGBLIGHT (uint8_t *)7 | ||
| 68 | uint32_t eeconfig_read_rgblight(void); | 67 | uint32_t eeconfig_read_rgblight(void); |
| 69 | void eeconfig_update_rgblight(uint32_t val); | 68 | void eeconfig_update_rgblight(uint32_t val); |
| 70 | void eeconfig_update_rgblight_default(void); | 69 | void eeconfig_update_rgblight_default(void); |
