diff options
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r-- | quantum/rgblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 2490a1d9f..aa70cbd9e 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
@@ -127,7 +127,7 @@ void eeconfig_update_rgblight(uint32_t val) { | |||
127 | #endif | 127 | #endif |
128 | } | 128 | } |
129 | void eeconfig_update_rgblight_default(void) { | 129 | void eeconfig_update_rgblight_default(void) { |
130 | dprintf("eeconfig_update_rgblight_default\n"); | 130 | //dprintf("eeconfig_update_rgblight_default\n"); |
131 | rgblight_config.enable = 1; | 131 | rgblight_config.enable = 1; |
132 | rgblight_config.mode = 1; | 132 | rgblight_config.mode = 1; |
133 | rgblight_config.hue = 0; | 133 | rgblight_config.hue = 0; |