~ruther/qmk_firmware

687a24f2980e6e490ac8e43104f4176b033c9243 — Mihai Olteanu 5 years ago 23f828a
Fix typo and code indentation (#7410)

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

M docs/feature_rgblight.md
M docs/feature_rgblight.md => docs/feature_rgblight.md +2 -2
@@ 363,8 363,8 @@ Using the `rgblight_set_clipping_range()` function, you can prepare more buffers
You can set the Clipping Range by executing the following code.

```c
// some soruce
  rgblight_set_clipping_range(3, 4);
// some source
rgblight_set_clipping_range(3, 4);
```
<img src="https://user-images.githubusercontent.com/2170248/55743785-2bd82a00-5a6e-11e9-9d4b-1b4ffaf4932b.JPG" alt="clip direct" width="70%"/>