diff options
| author | QMK Bot <hello@qmk.fm> | 2021-05-20 11:47:42 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-05-20 11:47:42 +0000 |
| commit | de8fada3a3635f0fc6f1509ea2c0ac53ee880cf5 (patch) | |
| tree | aee15340fd2f905f7d3be38ee6539bee84e5089d | |
| parent | aeaa209b9d3f6aaaebd425bbdf57117c74718104 (diff) | |
| parent | 40f235a96c7f64822f6fb29b6aa7aab117689888 (diff) | |
| download | qmk_firmware-de8fada3a3635f0fc6f1509ea2c0ac53ee880cf5.tar.gz qmk_firmware-de8fada3a3635f0fc6f1509ea2c0ac53ee880cf5.zip | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/feature_rgblight.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 292176548..994a014a2 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -372,9 +372,9 @@ rgblight_set(); // Utility functions do not call rgblight_set() automatically, s | |||
| 372 | 372 | ||
| 373 | Example: | 373 | Example: |
| 374 | ```c | 374 | ```c |
| 375 | rgblight_sethsv(HSV_WHITE, 0); // led 0 | 375 | rgblight_sethsv_at(HSV_WHITE, 0); // led 0 |
| 376 | rgblight_sethsv(HSV_RED, 1); // led 1 | 376 | rgblight_sethsv_at(HSV_RED, 1); // led 1 |
| 377 | rgblight_sethsv(HSV_GREEN, 2); // led 2 | 377 | rgblight_sethsv_at(HSV_GREEN, 2); // led 2 |
| 378 | // The above functions automatically calls rgblight_set(), so there is no need to call it explicitly. | 378 | // The above functions automatically calls rgblight_set(), so there is no need to call it explicitly. |
| 379 | // Note that it is inefficient to call repeatedly. | 379 | // Note that it is inefficient to call repeatedly. |
| 380 | ``` | 380 | ``` |
