refactor(docs): Change wording in RGB_COLOR_HSB description

Simplify description for second &rgb_ug parameter
This commit is contained in:
Nick Coutsos 2022-07-27 08:15:46 -04:00 committed by GitHub
parent 90b45a1284
commit 70beff7e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: