Update use of legacy keycodes (#19120)
This commit is contained in:
@@ -171,8 +171,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[_ADJUST] = LAYOUT_planck_grid(
|
||||
_______, QK_BOOT, DB_TOGG, _______, _______, _______, _______, DM_REC1, DM_REC2, _______, _______, _______,
|
||||
_______, TG(_GAMING), ___, _______, _______, _______, _______, DM_PLY1, DM_PLY2, AU_OFF, AU_ON, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, DM_RSTP, _______, MU_OFF, MU_ON, MU_MOD,
|
||||
_______, _______, _______, AG_TOGG, _______, _______, _______, _______, _______, MUV_DE, MUV_IN, _______
|
||||
_______, _______, _______, _______, _______, _______, _______, DM_RSTP, _______, MU_OFF, MU_ON, MU_NEXT,
|
||||
_______, _______, _______, AG_TOGG, _______, _______, _______, _______, _______, AU_PREV, AU_NEXT, _______
|
||||
)
|
||||
|
||||
};
|
||||
|
@@ -146,11 +146,11 @@ DM_RSTP: Finish the macro that is currently being recorded.
|
||||
|
||||
AU_ON: Audio mode on
|
||||
AU_OFF: Audio mode off
|
||||
AU_TOG: Toggles Audio mode
|
||||
AU_TOGG: Toggles Audio mode
|
||||
MU_ON: Turn music mode on
|
||||
MU_OFF: Turn music mode off
|
||||
MU_TOG: Toggle music mode
|
||||
MU_MOD: Cycle through the music modes:
|
||||
MU_TOGG: Toggle music mode
|
||||
MU_NEXT: Cycle through the music modes:
|
||||
CHROMATIC_MODE: Chromatic scale, row changes the octave
|
||||
GUITAR_MODE: Chromatic scale, but the row changes the string (+5 st)
|
||||
VIOLIN_MODE: Chromatic scale, but the row changes the string (+7 st)
|
||||
|
Reference in New Issue
Block a user