Put back eeconfig_update_ functions (#14751)
This commit is contained in:
parent
7c5233e097
commit
00fd404433
2 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,8 @@ const uint8_t k_rgb_matrix_split[2] = RGB_MATRIX_SPLIT;
|
|||
|
||||
EECONFIG_DEBOUNCE_HELPER(rgb_matrix, EECONFIG_RGB_MATRIX, rgb_matrix_config);
|
||||
|
||||
void eeconfig_update_rgb_matrix(void) { eeconfig_flush_rgb_matrix(true); }
|
||||
|
||||
void eeconfig_update_rgb_matrix_default(void) {
|
||||
dprintf("eeconfig_update_rgb_matrix_default\n");
|
||||
rgb_matrix_config.enable = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue