From 1f4349592277e6a61e643947665c8b026b7700ed Mon Sep 17 00:00:00 2001 From: Sebastian Kaim Date: Tue, 24 Oct 2017 23:17:47 +0200 Subject: Added a new keycode for cycling through RBG modes which reverses directions when shift is hold. This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes), but when it is used in combination with shift it will reverse the direction. --- docs/feature_rgblight.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/feature_rgblight.md') diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 18f2c74e5..0a5e2a8b1 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -88,6 +88,7 @@ These control the RGB Lighting functionality. |-----------|------------|-------------| ||`RGB_TOG`|toggle on/off| ||`RGB_MOD`|cycle through modes| +||`RGB_SMOD`|cycle through modes, use reverse direction when shift is hold| ||`RGB_HUI`|hue increase| ||`RGB_HUD`|hue decrease| ||`RGB_SAI`|saturation increase| -- cgit v1.2.3-24-g4f1b