1
0
Fork 0

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.
This commit is contained in:
Sebastian Kaim 2017-10-24 23:17:47 +02:00 committed by Jack Humbert
parent 21dfa29c28
commit 1f43495922
3 changed files with 14 additions and 0 deletions

View file

@ -400,6 +400,7 @@ enum quantum_keycodes {
// RGB functionality
RGB_TOG,
RGB_MOD,
RGB_SMOD,
RGB_HUI,
RGB_HUD,
RGB_SAI,