diff options
Diffstat (limited to 'quantum/rgb_matrix.h')
| -rw-r--r-- | quantum/rgb_matrix.h | 8 |
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 | ||
| 179 | extern rgb_config_t rgb_matrix_config; | 179 | extern rgb_config_t rgb_matrix_config; |
| 180 | 180 | ||
| 181 | extern bool g_suspend_state; | 181 | extern bool g_suspend_state; |
| 182 | extern rgb_counters_t g_rgb_counters; | 182 | extern uint32_t g_rgb_timer; |
| 183 | extern led_config_t g_led_config; | 183 | extern led_config_t g_led_config; |
| 184 | #ifdef RGB_MATRIX_KEYREACTIVE_ENABLED | 184 | #ifdef RGB_MATRIX_KEYREACTIVE_ENABLED |
| 185 | extern last_hit_t g_last_hit_tracker; | 185 | extern last_hit_t g_last_hit_tracker; |
| 186 | #endif | 186 | #endif |
| 187 | #ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS | 187 | #ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS |
| 188 | extern uint8_t rgb_frame_buffer[MATRIX_ROWS][MATRIX_COLS]; | 188 | extern uint8_t g_rgb_frame_buffer[MATRIX_ROWS][MATRIX_COLS]; |
| 189 | #endif | 189 | #endif |
| 190 | 190 | ||
| 191 | #endif | 191 | #endif |
