diff options
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); |