Skip to content

Commit

Permalink
Fix another bug after review
Browse files Browse the repository at this point in the history
thanks @CrossR
  • Loading branch information
okke-formsma authored Sep 10, 2020
1 parent 7cb30ca commit ead705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int zmk_hid_keypad_release(zmk_key code)
{
zmk_mod_flags mods = SELECT_MODS(code);
if (mods) {
return zmk_hid_unregister_mods(mods);
zmk_hid_unregister_mods(mods);
}
code = STRIP_MODS(code);

Expand Down

0 comments on commit ead705a

Please sign in to comment.