From e8d646e147565da2727a694c31876f039aad2363 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sat, 2 Jul 2022 20:02:58 -0700 Subject: [PATCH] fix(docs): Add missing underglow on/off defines --- docs/docs/behaviors/underglow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/behaviors/underglow.md b/docs/docs/behaviors/underglow.md index a6a47719..c028f832 100644 --- a/docs/docs/behaviors/underglow.md +++ b/docs/docs/behaviors/underglow.md @@ -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 |