From 00fd4044334022b5bbace987f8ab94b72e9f49bc Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Fri, 8 Oct 2021 13:44:07 +0100
Subject: Put back eeconfig_update_ functions (#14751)

---
 quantum/rgb_matrix/rgb_matrix.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'quantum/rgb_matrix')

diff --git a/quantum/rgb_matrix/rgb_matrix.c b/quantum/rgb_matrix/rgb_matrix.c
index 0c9ef8f7a7..c260b6e1e8 100644
--- a/quantum/rgb_matrix/rgb_matrix.c
+++ b/quantum/rgb_matrix/rgb_matrix.c
@@ -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;
-- 
cgit v1.2.3