diff options
| author | QMK Bot <hello@qmk.fm> | 2021-01-10 04:01:05 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-01-10 04:01:05 +0000 |
| commit | 1092cc4bbf287ff91ad34b3bb1dbfb1eff3ab2e4 (patch) | |
| tree | 60ad77f039f2fb268379da95728b1baa8cfdcb82 | |
| parent | 90137bbaa02beaf4f71579a0a48d02dd72effee3 (diff) | |
| parent | 9d10c66cf08a97145a3a9caccd1092d1df3b226b (diff) | |
| download | qmk_firmware-1092cc4bbf287ff91ad34b3bb1dbfb1eff3ab2e4.tar.gz qmk_firmware-1092cc4bbf287ff91ad34b3bb1dbfb1eff3ab2e4.zip | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/feature_rgblight.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index f1178c679..08d0e9531 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -377,14 +377,14 @@ rgblight_sethsv(HSV_GREEN, 2); // led 2 | |||
| 377 | |`rgblight_increase_hue_noeeprom()` |Increase the hue for effect range LEDs. This wraps around at maximum hue (not written to EEPROM) | | 377 | |`rgblight_increase_hue_noeeprom()` |Increase the hue for effect range LEDs. This wraps around at maximum hue (not written to EEPROM) | |
| 378 | |`rgblight_decrease_hue()` |Decrease the hue for effect range LEDs. This wraps around at minimum hue | | 378 | |`rgblight_decrease_hue()` |Decrease the hue for effect range LEDs. This wraps around at minimum hue | |
| 379 | |`rgblight_decrease_hue_noeeprom()` |Decrease the hue for effect range LEDs. This wraps around at minimum hue (not written to EEPROM) | | 379 | |`rgblight_decrease_hue_noeeprom()` |Decrease the hue for effect range LEDs. This wraps around at minimum hue (not written to EEPROM) | |
| 380 | |`rgblight_increase_sat()` |Increase the saturation for effect range LEDs. This wraps around at maximum saturation | | 380 | |`rgblight_increase_sat()` |Increase the saturation for effect range LEDs. This stops at maximum saturation | |
| 381 | |`rgblight_increase_sat_noeeprom()` |Increase the saturation for effect range LEDs. This wraps around at maximum saturation (not written to EEPROM) | | 381 | |`rgblight_increase_sat_noeeprom()` |Increase the saturation for effect range LEDs. This stops at maximum saturation (not written to EEPROM) | |
| 382 | |`rgblight_decrease_sat()` |Decrease the saturation for effect range LEDs. This wraps around at minimum saturation | | 382 | |`rgblight_decrease_sat()` |Decrease the saturation for effect range LEDs. This stops at minimum saturation | |
| 383 | |`rgblight_decrease_sat_noeeprom()` |Decrease the saturation for effect range LEDs. This wraps around at minimum saturation (not written to EEPROM) | | 383 | |`rgblight_decrease_sat_noeeprom()` |Decrease the saturation for effect range LEDs. This stops at minimum saturation (not written to EEPROM) | |
| 384 | |`rgblight_increase_val()` |Increase the value for effect range LEDs. This wraps around at maximum value | | 384 | |`rgblight_increase_val()` |Increase the value for effect range LEDs. This stops at maximum value | |
| 385 | |`rgblight_increase_val_noeeprom()` |Increase the value for effect range LEDs. This wraps around at maximum value (not written to EEPROM) | | 385 | |`rgblight_increase_val_noeeprom()` |Increase the value for effect range LEDs. This stops at maximum value (not written to EEPROM) | |
| 386 | |`rgblight_decrease_val()` |Decrease the value for effect range LEDs. This wraps around at minimum value | | 386 | |`rgblight_decrease_val()` |Decrease the value for effect range LEDs. This stops at minimum value | |
| 387 | |`rgblight_decrease_val_noeeprom()` |Decrease the value for effect range LEDs. This wraps around at minimum value (not written to EEPROM) | | 387 | |`rgblight_decrease_val_noeeprom()` |Decrease the value for effect range LEDs. This stops at minimum value (not written to EEPROM) | |
| 388 | |`rgblight_sethsv(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 | | 388 | |`rgblight_sethsv(h, s, v)` |Set effect range LEDs to the given HSV value where `h`/`s`/`v` are between 0 and 255 | |
| 389 | |`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) | | 389 | |`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) | |
| 390 | 390 | ||
