diff options
author | Ryan <fauxpark@gmail.com> | 2023-01-30 03:44:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 16:44:16 +0000 |
commit | 043d8e1140e09327b72ed3bd55f369e1faf1a334 (patch) | |
tree | 6ee4dea5ce25f6b416927c846881d5f7849b12c2 /layouts/community/ortho_4x12/mindsound | |
parent | 80cc6ad1877addf065e4ee46d595cfc2c7c56b71 (diff) |
Remove deprecated Quantum keycodes (#19712)
Diffstat (limited to 'layouts/community/ortho_4x12/mindsound')
-rw-r--r-- | layouts/community/ortho_4x12/mindsound/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x12/mindsound/keymap.c b/layouts/community/ortho_4x12/mindsound/keymap.c index f542ba44b2..dcfdfa01b2 100644 --- a/layouts/community/ortho_4x12/mindsound/keymap.c +++ b/layouts/community/ortho_4x12/mindsound/keymap.c @@ -113,8 +113,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_ADJUST] = LAYOUT_ortho_4x12( _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, _______, _______, _______, AU_ON, AU_OFF, AG_NORM, AG_SWAP, _______, _______, _______, _______, _______, - _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, BL_TOGG, BL_DOWN, BL_UP, BL_FLICKER, - _______, _______, _______, _______, _______, _______, _______, _______, CLICKY_TOGGLE, CLICKY_DOWN, CLICKY_UP, CLICKY_RESET + _______, AU_PREV, AU_NEXT, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, BL_TOGG, BL_DOWN, BL_UP, BL_FLICKER, + _______, _______, _______, _______, _______, _______, _______, _______, CK_TOGG, CK_DOWN, CK_UP, CK_RST ), }; // end keymaps |