Closed mtei closed 5 years ago
The following 'rgblight_check_config()' does not seem to affect the contents writte to eeprom.
void eeconfig_update_rgblight(uint32_t val) { #if defined(__AVR__) || defined(STM32_EEPROM_ENABLE) || defined(PROTOCOL_ARM_ATSAM) || defined(EEPROM_SIZE) rgblight_check_config(); eeprom_update_dword(EECONFIG_RGBLIGHT, val); // val is the previous rgblight_config.raw. #endif }
You're absolutely correct. And that would need to be updated, then.
This issue was solved naturally by other improvements.
The following 'rgblight_check_config()' does not seem to affect the contents writte to eeprom.