Change all RGB mode keycodes to short aliases (#23691)

This commit is contained in:
Ryan 2024-05-12 10:05:11 +10:00 committed by GitHub
parent 66eb5d0a90
commit f9f67d4cb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 87 additions and 87 deletions

View file

@ -44,8 +44,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[3] = LAYOUT_ortho_3x3(
RGB_TOG, RGB_MODE_PLAIN, RGB_MODE_BREATHE,
RGB_MODE_RAINBOW, RGB_MODE_SWIRL, RGB_MODE_GRADIENT,
RGB_TOG, RGB_M_P, RGB_M_B,
RGB_M_R, RGB_M_SW, RGB_M_G,
_______, _______, _______
)
};