summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-20 23:20:58 +0000
committerQMK Bot <hello@qmk.fm>2022-01-20 23:20:58 +0000
commitecfa4172d0187cbad6b7b576d3d0c0fa60b43433 (patch)
treed9170a1dc4413f4c03e1a162d8124ebb7c7462ac /docs
parentc9866313a783461f94c330ec03585247eeb556c9 (diff)
parent2baca55cda06d21c1f899aa0f9ea8b399083726a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index e707502613..e293b580d0 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -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: