From 0915d5781539182b644ed81cd3ea0230874a4ce5 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 1 May 2024 20:09:48 -0500 Subject: [PATCH] commented out too much --- users/t4corun/features/combo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index 888c1b97..62bae19a 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -95,8 +95,9 @@ bool combo_should_trigger(uint16_t combo_index, combo_t *combo, uint16_t keycode return false; } break; - } */ + } + return true; } \ No newline at end of file