Browse Source

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

xmkb
Cem Aksoylar 2 years ago committed by Julia Luna
parent
commit
e8d646e147
Signed by: xenua
GPG Key ID: 6A0C04FA9A7D7582
  1. 2
      docs/docs/behaviors/underglow.md

2
docs/docs/behaviors/underglow.md

@ -22,6 +22,8 @@ Here is a table describing the action for each define: @@ -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 |

Loading…
Cancel
Save