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:
parent
21dfa29c28
commit
1f43495922
3 changed files with 14 additions and 0 deletions
|
@ -400,6 +400,7 @@ enum quantum_keycodes {
|
|||
// RGB functionality
|
||||
RGB_TOG,
|
||||
RGB_MOD,
|
||||
RGB_SMOD,
|
||||
RGB_HUI,
|
||||
RGB_HUD,
|
||||
RGB_SAI,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue