~ruther/qmk_firmware

ecfa4172d0187cbad6b7b576d3d0c0fa60b43433 — QMK Bot 3 years ago c986631 + 2baca55
Merge remote-tracking branch 'origin/master' into develop
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: