aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index 7c37311b4..d9ce39106 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -178,14 +178,14 @@ extern const rgb_matrix_driver_t rgb_matrix_driver;
178 178
179extern rgb_config_t rgb_matrix_config; 179extern rgb_config_t rgb_matrix_config;
180 180
181extern bool g_suspend_state; 181extern bool g_suspend_state;
182extern rgb_counters_t g_rgb_counters; 182extern uint32_t g_rgb_timer;
183extern led_config_t g_led_config; 183extern led_config_t g_led_config;
184#ifdef RGB_MATRIX_KEYREACTIVE_ENABLED 184#ifdef RGB_MATRIX_KEYREACTIVE_ENABLED
185extern last_hit_t g_last_hit_tracker; 185extern last_hit_t g_last_hit_tracker;
186#endif 186#endif
187#ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS 187#ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS
188extern uint8_t rgb_frame_buffer[MATRIX_ROWS][MATRIX_COLS]; 188extern uint8_t g_rgb_frame_buffer[MATRIX_ROWS][MATRIX_COLS];
189#endif 189#endif
190 190
191#endif 191#endif