refactor(docs): Change wording in RGB_COLOR_HSB description
Simplify description for second &rgb_ug parameter
This commit is contained in:
parent
90b45a1284
commit
70beff7e62
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue