aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-03-15 17:52:19 +0100
committerMichael Grote2024-08-05 14:44:34 +0200
commit96eb03dec0ade86026f8acfce19b39be80a2a97e (patch)
treecf6a000e18b40e46ab947a9538893d5f60172963
parentfc064b62aec1c2d19a5cd51c3de634b9b48b6cc3 (diff)
skeletyl: fix move to media/mov
-rw-r--r--keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
index 9db258ec73..e2ff6134a9 100644
--- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
+++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
@@ -41,8 +41,8 @@ combo_t key_combos[] = {
[C_KA] = COMBO(ka_combo, LCTL(LALT(KC_A))),
[C_KK] = COMBO(kk_combo, LCTL(LALT(KC_K))),
[C_ESC] = COMBO(esc_combo, KC_ESC),
- [C_MOV] = COMBO(mov_combo, TO(3)),
- [C_MED] = COMBO(med_combo, TO(4)),
+ [C_MOV] = COMBO(mov_combo, MO(3)),
+ [C_MED] = COMBO(med_combo, MO(4)),
[C_SV] = COMBO(sv_combo, LCTL(KC_S)),
};