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 |
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); void rgblight_sethsv(uint16_t hue, uint8_t sat, uint8_t val); void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b); -#define EECONFIG_RGBLIGHT (uint8_t *)7 uint32_t eeconfig_read_rgblight(void); void eeconfig_update_rgblight(uint32_t val); void eeconfig_update_rgblight_default(void); |