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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index 0cfeb4e06..e43532d11 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -180,7 +180,7 @@ void rgb_matrix_increase_speed(void);
180void rgb_matrix_decrease_speed(void); 180void rgb_matrix_decrease_speed(void);
181void rgb_matrix_mode(uint8_t mode); 181void rgb_matrix_mode(uint8_t mode);
182void rgb_matrix_mode_noeeprom(uint8_t mode); 182void rgb_matrix_mode_noeeprom(uint8_t mode);
183uint32_t rgb_matrix_get_mode(void); 183uint8_t rgb_matrix_get_mode(void);
184 184
185#ifndef RGBLIGHT_ENABLE 185#ifndef RGBLIGHT_ENABLE
186#define rgblight_toggle() rgb_matrix_toggle() 186#define rgblight_toggle() rgb_matrix_toggle()