diff options
| author | Drashna Jaelre <drashna@live.com> | 2020-08-25 02:08:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 19:08:09 +1000 |
| commit | b338a4d8867f69bd6a92ec92e306715a4ae41740 (patch) | |
| tree | d81d23c6928ef771e3fad133db5f7c1ec0dd8e99 /docs | |
| parent | 1fd2f2f02227e969d4bde1ae88cd4eaa2f0ab242 (diff) | |
| download | qmk_firmware-b338a4d8867f69bd6a92ec92e306715a4ae41740.tar.gz qmk_firmware-b338a4d8867f69bd6a92ec92e306715a4ae41740.zip | |
Add noeeprom speed function for RGBLIGHT (#9706)
* [Docs] Add Speed functions to RGB Light docs
* Add noeeprom functions for speed
* Fix wording in doc
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_rgblight.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index a81b50e82..26e01da50 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -377,6 +377,17 @@ rgblight_sethsv(HSV_GREEN, 2); // led 2 | |||
| 377 | |`rgblight_sethsv(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 | | 377 | |`rgblight_sethsv(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 | |
| 378 | |`rgblight_sethsv_noeeprom(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 (not written to EEPROM) | | 378 | |`rgblight_sethsv_noeeprom(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 (not written to EEPROM) | |
| 379 | 379 | ||
| 380 | #### Speed functions | ||
| 381 | |Function |Description | | ||
| 382 | |--------------------------------------------|-------------| | ||
| 383 | |`rgblight_increase_speed()` |Increases the animation speed | | ||
| 384 | |`rgblight_increase_speed_noeeprom()` |Increases the animation speed (not written to EEPROM) | | ||
| 385 | |`rgblight_decrease_speed()` |Decreases the animation speed | | ||
| 386 | |`rgblight_decrease_speed_noeeprom()` |Decreases the animation speed (not written to EEPROM) | | ||
| 387 | |`rgblight_set_speed()` |Sets the speed. Value is between 0 and 255 | | ||
| 388 | |`rgblight_set_speed_noeeprom()` |Sets the speed. Value is between 0 and 255 (not written to EEPROM) | | ||
| 389 | |||
| 390 | |||
| 380 | #### layer functions | 391 | #### layer functions |
| 381 | |Function |Description | | 392 | |Function |Description | |
| 382 | |--------------------------------------------|-------------| | 393 | |--------------------------------------------|-------------| |
