From ef67b8610fa8e5f732fdd02ac13db9068cb00ac4 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 8 May 2024 00:01:57 -0500 Subject: [PATCH] Forgot to setup the combo - TR_COMM --- 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 18786d7d..62bba46c 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, KC_COMM, COMBO_END }; +const uint16_t PROGMEM key_bspc_combo[] = { KC_M, TR_COMM, COMBO_END };