summaryrefslogtreecommitdiffstats
path: root/keyboards/evyd13
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-22 11:07:47 +0000
committerGitHub <noreply@github.com>2022-11-22 22:07:47 +1100
commit3b11e98215f1528287a28158837125408cbf3d9b (patch)
tree9cdf00d5cd6daf819bfe1b3473b527abefd530cf /keyboards/evyd13
parentab17d34dbd4358537435bdb4c6954b0af2040d36 (diff)
Update use of legacy keycodes (#19120)
Diffstat (limited to 'keyboards/evyd13')
-rw-r--r--keyboards/evyd13/plain60/keymaps/audio/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/evyd13/plain60/keymaps/audio/keymap.c b/keyboards/evyd13/plain60/keymaps/audio/keymap.c
index f6d71f63de..8383caeb07 100644
--- a/keyboards/evyd13/plain60/keymaps/audio/keymap.c
+++ b/keyboards/evyd13/plain60/keymaps/audio/keymap.c
@@ -23,5 +23,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- AU_TOG, MU_TOG, MU_MOD, CK_TOGG, _______, _______, _______, _______)
+ AU_TOGG, MU_TOGG, MU_NEXT, CK_TOGG, _______, _______, _______, _______)
};