~ruther/qmk_firmware

2baca55cda06d21c1f899aa0f9ea8b399083726a — Gigahawk 3 years ago 682ccec
docs: fix typo in rgblight docs (#15960)

1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_rgblight.md
M docs/feature_rgblight.md => docs/feature_rgblight.md +1 -1
@@ 345,7 345,7 @@ If you need to change your RGB lighting in code, for example in a macro to chang
### Low level Functions
|Function                                    |Description                                |
|--------------------------------------------|-------------------------------------------|
|`rgblight_set()`                            |Flash out led buffers to LEDs              |
|`rgblight_set()`                            |Flush out led buffers to LEDs              |
|`rgblight_set_clipping_range(pos, num)`     |Set clipping Range. see [Clipping Range](#clipping-range) |

Example: