diff options
| -rw-r--r-- | quantum/rgblight.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 949dd79fe..d33484ccf 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
| @@ -672,9 +672,9 @@ static void rgblight_layers_write(void) { | |||
| 672 | } | 672 | } |
| 673 | 673 | ||
| 674 | # ifdef RGBLIGHT_LAYER_BLINK | 674 | # ifdef RGBLIGHT_LAYER_BLINK |
| 675 | uint8_t _blinked_layer_mask = 0; | 675 | rgblight_layer_mask_t _blinked_layer_mask = 0; |
| 676 | uint16_t _blink_duration = 0; | 676 | uint16_t _blink_duration = 0; |
| 677 | static uint16_t _blink_timer; | 677 | static uint16_t _blink_timer; |
| 678 | 678 | ||
| 679 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms) { | 679 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms) { |
| 680 | rgblight_set_layer_state(layer, true); | 680 | rgblight_set_layer_state(layer, true); |
