summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/mjuma
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/planck/keymaps/mjuma
parentab17d34dbd4358537435bdb4c6954b0af2040d36 (diff)
Update use of legacy keycodes (#19120)
Diffstat (limited to 'keyboards/planck/keymaps/mjuma')
-rw-r--r--keyboards/planck/keymaps/mjuma/keymap.c4
-rw-r--r--keyboards/planck/keymaps/mjuma/readme.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/mjuma/keymap.c b/keyboards/planck/keymaps/mjuma/keymap.c
index 4d0209a91b..d449b28e51 100644
--- a/keyboards/planck/keymaps/mjuma/keymap.c
+++ b/keyboards/planck/keymaps/mjuma/keymap.c
@@ -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, _______
)
};
diff --git a/keyboards/planck/keymaps/mjuma/readme.md b/keyboards/planck/keymaps/mjuma/readme.md
index b30ea4e4de..ee1299b878 100644
--- a/keyboards/planck/keymaps/mjuma/readme.md
+++ b/keyboards/planck/keymaps/mjuma/readme.md
@@ -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)