From aace26eec53fc828c8519ac85eed160eeba823c1 Mon Sep 17 00:00:00 2001
From: Victor <VictorN076@gmail.com>
Date: Tue, 7 May 2024 23:17:49 -0500
Subject: [PATCH] Forgot to convert TR_COMM to KC_COMM in combos

---
 users/t4corun/features/combo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/t4corun/features/combo.h b/users/t4corun/features/combo.h
index 62bba46c..18786d7d 100644
--- a/users/t4corun/features/combo.h
+++ b/users/t4corun/features/combo.h
@@ -14,7 +14,7 @@ const uint16_t PROGMEM mou_drg_combo[]  = { KC_X,    KC_C,    COMBO_END };
 
 const uint16_t PROGMEM key_ent_combo[]  = { KC_C,    KC_V,    COMBO_END };
 const uint16_t PROGMEM key_tab_combo[]  = { KC_U,    KC_I,    COMBO_END };
-const uint16_t PROGMEM key_bspc_combo[] = { KC_M,    TR_COMM, COMBO_END };
+const uint16_t PROGMEM key_bspc_combo[] = { KC_M,    KC_COMM, COMBO_END };