diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-04-17 09:09:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-17 00:09:37 +0100 |
| commit | df95495d5b63494d168305d4dd2b01dbbcdfbc80 (patch) | |
| tree | c591fd577848cd09657e9cb99cb163e9d034a22f | |
| parent | 147e57fd5930a1c18596a2401c9ee6f30730b86f (diff) | |
Fix #16859. (#16865)
| -rw-r--r-- | quantum/rgblight/rgblight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight/rgblight.h b/quantum/rgblight/rgblight.h index fdab0e987a..189c4d18b8 100644 --- a/quantum/rgblight/rgblight.h +++ b/quantum/rgblight/rgblight.h | |||
| @@ -216,7 +216,7 @@ extern const rgblight_segment_t *const *rgblight_layers; | |||
| 216 | # ifdef RGBLIGHT_LAYER_BLINK | 216 | # ifdef RGBLIGHT_LAYER_BLINK |
| 217 | # define RGBLIGHT_USE_TIMER | 217 | # define RGBLIGHT_USE_TIMER |
| 218 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms); | 218 | void rgblight_blink_layer(uint8_t layer, uint16_t duration_ms); |
| 219 | void rgblight_blink_layer_repeat(uint8_t layer, uint16_ duration_ms, uint8_t times); | 219 | void rgblight_blink_layer_repeat(uint8_t layer, uint16_t duration_ms, uint8_t times); |
| 220 | /** | 220 | /** |
| 221 | * \brief Stop blinking on one layer. | 221 | * \brief Stop blinking on one layer. |
| 222 | * | 222 | * |
