From 49f130585f840eefdde83d7fb41fec7138f95fed Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 20 Apr 2024 21:28:54 -0500 Subject: [PATCH] Had I instead of KC_I --- 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 458b1c53..bed15198 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -43,7 +43,7 @@ const uint16_t PROGMEM lyr_fun_combo[] = { NUM, TR_LSFT, COMBO_END }; // right hand combos -const uint16_t PROGMEM key_tab_combo[] = { KC_U, I, 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_del_combo[] = { TR_COMM, TR_DOT, COMBO_END }; const uint16_t PROGMEM lyr_cfg_combo[] = { KC_SPC, NAV, COMBO_END };