set_rgb_matrix_config shouldnt touch eeprom

This commit is contained in:
zvecr 2022-10-27 11:22:08 +01:00
parent 313024a25e
commit 3ee042f236

View File

@ -338,7 +338,7 @@ bool xap_respond_set_rgb_matrix_config(xap_token_t token, const void *data, size
rgb_matrix_mode_noeeprom(mode);
rgb_matrix_sethsv_noeeprom(arg->hue, arg->sat, arg->val);
rgb_matrix_set_speed_noeeprom(arg->speed);
rgb_matrix_set_flags(arg->flags);
rgb_matrix_set_flags_noeeprom(arg->flags);
xap_respond_success(token);
return true;