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. --- quantum/quantum_keycodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/quantum_keycodes.h') diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 212fdc67d..c3c5f1656 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -400,6 +400,7 @@ enum quantum_keycodes { // RGB functionality RGB_TOG, RGB_MOD, + RGB_SMOD, RGB_HUI, RGB_HUD, RGB_SAI, -- cgit v1.2.3-24-g4f1b