From 6350d0043d27f9b1d7d6b402c70690aeb69e7dba Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 17 Apr 2024 00:56:44 -0500 Subject: [PATCH] moving the mouse keys from must tap --- users/t4corun/features/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index b8d5df35..9cf3eb26 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -16,7 +16,7 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) { switch (index) { -#if defined(MOUSEKEY_ENABLE) +#if defined(MOUSEKEY_ENABLE222) case MOUSE_BUTTON1: case MOUSE_BUTTON2: case MOUSE_BUTTON3: