1
0
Fork 0

Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes (#11935)

* Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes

* Better comment

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Joshua Diamond 2021-04-15 19:32:17 -04:00 committed by GitHub
parent 1629c9b71a
commit e2289ffac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View file

@ -511,6 +511,9 @@ enum quantum_keycodes {
ONESHOT_DISABLE,
ONESHOT_TOGGLE,
// RGB underglow/matrix (continued)
RGB_MODE_TWINKLE,
// Start of custom keycode range for keyboards and keymaps - always leave at the end
SAFE_RANGE
};
@ -654,6 +657,7 @@ enum quantum_keycodes {
#define RGB_M_X RGB_MODE_XMAS
#define RGB_M_G RGB_MODE_GRADIENT
#define RGB_M_T RGB_MODE_RGBTEST
#define RGB_M_TW RGB_MODE_TWINKLE
// Magic aliases
#define CL_SWAP MAGIC_SWAP_CONTROL_CAPSLOCK