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 /keyboards/handwired/freoduo | |
parent | 2e2e7511fdcafd42659d77eeeff4da88301f73ee (diff) |
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Diffstat (limited to 'keyboards/handwired/freoduo')
-rw-r--r-- | keyboards/handwired/freoduo/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/freoduo/keymaps/default/keymap.c b/keyboards/handwired/freoduo/keymaps/default/keymap.c index b4cb619d92..9086871654 100644 --- a/keyboards/handwired/freoduo/keymaps/default/keymap.c +++ b/keyboards/handwired/freoduo/keymaps/default/keymap.c @@ -146,7 +146,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { */ [_ADJUST] = LAYOUT( KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, - QK_BOOT , RGB_TOG, RGB_MOD, VLK_TOG, _______, _______, _______, _______, _______, _______, _______, _______, + QK_BOOT , RGB_TOG, RGB_MOD, VK_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_HUD, RGB_HUI, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAD, RGB_SAI, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, _______, _______ |