Browse Source

refactor(docs): Change wording in RGB_COLOR_HSB description

Simplify description for second &rgb_ug parameter
xmkb
Nick Coutsos 2 years ago committed by Julia Luna
parent
commit
086b88a203
Signed by: xenua
GPG Key ID: 6A0C04FA9A7D7582
  1. 4
      docs/docs/behaviors/underglow.md

4
docs/docs/behaviors/underglow.md

@ -41,11 +41,11 @@ Here is a table describing the action for each define: @@ -41,11 +41,11 @@ Here is a table describing the action for each define:
- Reference: `&rgb_ug`
- Parameter #1: The RGB action define, e.g. `RGB_TOG` or `RGB_BRI`
- Parameter #2: Only applies to `RGB_COLOR_HSB` and is the HSB values of the color to set within parenthesis and separated by a common (see below for an example)
- Parameter #2: Only applies to `RGB_COLOR_HSB` and is the HSB representation of the color to set (see below for an example)
:::note HSB Values
When specifying HSB values you'll need to use `RGB_COLOR_HSB(h, s, b)` in your keymap file. See below for an example.
When specifying HSB values you'll need to use `RGB_COLOR_HSB(h, s, b)` in your keymap file.
Value Limits:

Loading…
Cancel
Save