fix(docs): Add missing underglow on/off defines

This commit is contained in:
Cem Aksoylar 2022-07-02 20:02:58 -07:00 committed by Dom H
parent ef3eb339ed
commit 91de215bf0
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ Here is a table describing the action for each define:
| Define | Action |
| --------------- | ---------------------------------------------------------------------------------------------- |
| `RGB_ON` | Turns the RGB feature on |
| `RGB_OFF` | Turns the RGB feature off |
| `RGB_TOG` | Toggles the RGB feature on and off |
| `RGB_HUI` | Increases the hue of the RGB feature |
| `RGB_HUD` | Decreases the hue of the RGB feature |