diff options
Diffstat (limited to 'quantum/rgblight.c')
| -rw-r--r-- | quantum/rgblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index ae5dca188..23420ddd8 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
| @@ -234,7 +234,7 @@ void rgblight_step_reverse(void) { | |||
| 234 | rgblight_step_reverse_helper(true); | 234 | rgblight_step_reverse_helper(true); |
| 235 | } | 235 | } |
| 236 | 236 | ||
| 237 | uint32_t rgblight_get_mode(void) { | 237 | uint8_t rgblight_get_mode(void) { |
| 238 | if (!rgblight_config.enable) { | 238 | if (!rgblight_config.enable) { |
| 239 | return false; | 239 | return false; |
| 240 | } | 240 | } |
