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

@ -347,7 +347,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// Otherwise, it needs KC_*
[SHORTCUTS] = LAYOUT_ergodox( // layer 0 : default
// left hand
RGB_MODE_KNIGHT, KC_1, KC_2, KC_3, KC_4, KC_5, KC_LEFT,
RGB_M_K, KC_1, KC_2, KC_3, KC_4, KC_5, KC_LEFT,
KC_TAB, LCTL(KC_Q), LCTL(KC_W),LCTL(KC_E),LCTL(KC_R),LCTL(KC_T), KC_NO,
KC_BSPC, LCTL(KC_A), LCTL(KC_S),LCTL(KC_D),LCTL(KC_F),LCTL(KC_G),
KC_LSFT, LCTL(KC_Z), LCTL(KC_X),LCTL(KC_C),LCTL(KC_V),LCTL(KC_B), KC_MINUS,