diff options
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 6fb3ab938..bec2c6695 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -222,6 +222,7 @@ extern const rgblight_segment_t *const *rgblight_layers; | |||
| 222 | # ifdef RGBLIGHT_LAYER_BLINK | 222 | # ifdef RGBLIGHT_LAYER_BLINK |
| 223 | # define RGBLIGHT_USE_TIMER | 223 | # define RGBLIGHT_USE_TIMER |
| 224 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms); | 224 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms); |
| 225 | void rgblight_blink_layer_repeat(uint8_t layer, uint16_t duration_ms, uint8_t times); | ||
| 225 | # endif | 226 | # endif |
| 226 | 227 | ||
| 227 | # endif | 228 | # endif |
