Skip to content

Commit

Permalink
Trigger-mods are unused
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Jul 23, 2022
1 parent 4cf66a4 commit 7c647b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/behaviors/behavior_mod_morph.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ static int on_mod_morph_binding_pressed(struct zmk_behavior_binding *binding,
}

if (zmk_hid_get_explicit_mods() & cfg->mods) {
zmk_mod_flags_t trigger_mods = zmk_hid_get_explicit_mods() & cfg->mods;
zmk_hid_masked_modifiers_set(cfg->masked_mods);
data->pressed_binding = (struct zmk_behavior_binding *)&cfg->morph_binding;
} else {
Expand Down

0 comments on commit 7c647b0

Please sign in to comment.