From cb8436214cc60d97291ba46790342b0116fd245f Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 20 Apr 2024 15:38:07 -0500 Subject: [PATCH] forgot to update the combo must tap for removing back word --- users/t4corun/features/combo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index 598590f0..1d4a19b8 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -28,7 +28,6 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) { case KEY_ESC: case KEY_ENT: case KEY_TAB: - case KEY_BWRD: return true; default: