summaryrefslogtreecommitdiff
path: root/users/bbaserdem/bb-rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/bbaserdem/bb-rgb.h')
-rw-r--r--users/bbaserdem/bb-rgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/bbaserdem/bb-rgb.h b/users/bbaserdem/bb-rgb.h
index 62b6da9f2f..3e96b997fe 100644
--- a/users/bbaserdem/bb-rgb.h
+++ b/users/bbaserdem/bb-rgb.h
@@ -21,7 +21,7 @@
*/
// For custom indicators
-void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max);
+bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max);
// Hook into shutdown code
void shutdown_rgb(void);
void suspend_wakeup_init_rgb(void);