diff options
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index 413e5777f..a1193d4c0 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
@@ -101,7 +101,7 @@ void eeconfig_update_rgb_matrix(uint32_t val) { | |||
101 | void eeconfig_update_rgb_matrix_default(void) { | 101 | void eeconfig_update_rgb_matrix_default(void) { |
102 | dprintf("eeconfig_update_rgb_matrix_default\n"); | 102 | dprintf("eeconfig_update_rgb_matrix_default\n"); |
103 | rgb_matrix_config.enable = 1; | 103 | rgb_matrix_config.enable = 1; |
104 | #ifndef DISABLE_RGB_MATRIX_CYCLE_ALL | 104 | #ifndef DISABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT |
105 | rgb_matrix_config.mode = RGB_MATRIX_CYCLE_LEFT_RIGHT; | 105 | rgb_matrix_config.mode = RGB_MATRIX_CYCLE_LEFT_RIGHT; |
106 | #else | 106 | #else |
107 | // fallback to solid colors if RGB_MATRIX_CYCLE_LEFT_RIGHT is disabled in userspace | 107 | // fallback to solid colors if RGB_MATRIX_CYCLE_LEFT_RIGHT is disabled in userspace |