From fd8e45aed383f1f3d737ab5db0e480577c5ae209 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 20 Apr 2024 16:09:17 -0500 Subject: [PATCH] Putting the right side combos back - It felt weird to go up to press backspace - moved tab to the top --- users/t4corun/features/combo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/t4corun/features/combo.h b/users/t4corun/features/combo.h index 1096fc69..458b1c53 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -43,9 +43,9 @@ const uint16_t PROGMEM lyr_fun_combo[] = { NUM, TR_LSFT, COMBO_END }; // right hand combos -const uint16_t PROGMEM key_tab_combo[] = { KC_M, TR_COMM, COMBO_END }; -const uint16_t PROGMEM key_del_combo[] = { KC_U, KC_I, COMBO_END }; -const uint16_t PROGMEM key_bspc_combo[] = { KC_I, KC_O, COMBO_END }; +const uint16_t PROGMEM key_tab_combo[] = { KC_U, 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 };