forked from mirrors/qmk_firmware
docs: fix typo in rgblight docs (#15960)
This commit is contained in:
parent
682ccec853
commit
2baca55cda
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ If you need to change your RGB lighting in code, for example in a macro to chang
|
||||||
### Low level Functions
|
### Low level Functions
|
||||||
|Function |Description |
|
|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) |
|
|`rgblight_set_clipping_range(pos, num)` |Set clipping Range. see [Clipping Range](#clipping-range) |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in a new issue