diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-23 07:45:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 21:45:20 +0100 |
commit | 74484e21afc819b8e20f408aebc5c4e6cfdcc991 (patch) | |
tree | 0549490929ac1b13d035e1ea3b13b32debc26dc1 /layouts/community/75_ansi/yanfali/keymap.c | |
parent | 2e2e7511fdcafd42659d77eeeff4da88301f73ee (diff) |
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Diffstat (limited to 'layouts/community/75_ansi/yanfali/keymap.c')
-rw-r--r-- | layouts/community/75_ansi/yanfali/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/75_ansi/yanfali/keymap.c b/layouts/community/75_ansi/yanfali/keymap.c index 1b3ebbbbf5..a1893a9798 100644 --- a/layouts/community/75_ansi/yanfali/keymap.c +++ b/layouts/community/75_ansi/yanfali/keymap.c @@ -20,6 +20,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, BL_TOGG, BL_INC, BL_DEC, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, EE_CLR, QK_BOOT, _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_SAI, RGB_VAI, RGB_SPI, _______, _______, _______, _______, _______, _______, _______, _______, - VLK_TOG, RGB_RMOD, RGB_HUD, RGB_SAD, RGB_VAD, RGB_SPD, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, KC_PGUP, _______, + VK_TOGG, RGB_RMOD, RGB_HUD, RGB_SAD, RGB_VAD, RGB_SPD, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, KC_PGUP, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END) }; |