mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 06:55:51 +00:00
set_rgb_matrix_config shouldnt touch eeprom
This commit is contained in:
parent
313024a25e
commit
3ee042f236
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user