Revert "keyboard: cancel repeat when handling key-bind"

This reverts commit e62bb51bfb.

Fixes #510
This commit is contained in:
Johan Malm 2022-07-11 17:05:08 +01:00
parent 87fe6878a3
commit a363f73e02
3 changed files with 3 additions and 12 deletions

View file

@ -63,9 +63,8 @@ key_state_corresponding_press_event_was_bound(uint32_t keycode)
return false;
}
int
void
key_state_bound_key_remove(uint32_t keycode)
{
remove_key(&bound, keycode);
return bound.nr_keys;
}