From e7b63ba6e5fa1db95cca81bc78b41f2bbd19569c Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 1 May 2024 20:03:28 -0500 Subject: [PATCH] Forgot to comment out part of the enum --- users/t4corun/features/combo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/t4corun/features/combo.h b/users/t4corun/features/combo.h index bc49b6e9..41a0d870 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -3,6 +3,7 @@ enum combos { +/* #if defined(MOUSEKEY_ENABLE) MOUSE_BUTTON1, MOUSE_BUTTON2, @@ -11,13 +12,14 @@ enum combos { MOUSE_BUTTON5, MOUSE_DRGTOG, #endif //MOUSEKEY_ENABLE +*/ KEY_ESC, KEY_ENT, KEY_TAB, KEY_DEL, KEY_BSPC, - LYR_CONFIG, +// LYR_CONFIG, COMBO_LENGTH };