Change all RGB mode keycodes to short aliases (#23691)
This commit is contained in:
parent
66eb5d0a90
commit
f9f67d4cb3
42 changed files with 87 additions and 87 deletions
|
@ -30,7 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
*/
|
||||
[0] = LAYOUT_ortho_4x4(
|
||||
KC_P7, KC_P8, KC_P9, RGB_TOG,
|
||||
KC_P4, KC_P5, KC_P6, RGB_MODE_FORWARD,
|
||||
KC_P4, KC_P5, KC_P6, RGB_MOD,
|
||||
KC_P1, KC_P2, KC_P3, KC_PMNS,
|
||||
KC_P0, KC_PDOT, KC_PENT, KC_PPLS
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue