From 6c181c3cadf4086f0509d8a3889e7d96c485878b Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 23 Apr 2024 14:34:36 -0500 Subject: [PATCH] Swapping mb3 and 4 combos for comfort --- users/t4corun/features/combo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/t4corun/features/combo.h b/users/t4corun/features/combo.h index cd18df84..ea2a7f3d 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -31,8 +31,8 @@ enum combos { #if defined(MOUSEKEY_ENABLE) const uint16_t PROGMEM mou_btn1_combo[] = { KC_D, KC_F, COMBO_END }; const uint16_t PROGMEM mou_btn2_combo[] = { KC_C, KC_V, COMBO_END }; -const uint16_t PROGMEM mou_btn3_combo[] = { KC_F, KC_G, COMBO_END }; -const uint16_t PROGMEM mou_btn4_combo[] = { KC_E, KC_R, COMBO_END }; +const uint16_t PROGMEM mou_btn3_combo[] = { KC_E, KC_R, COMBO_END }; +const uint16_t PROGMEM mou_btn4_combo[] = { KC_F, KC_G, COMBO_END }; const uint16_t PROGMEM mou_btn5_combo[] = { KC_R, KC_T, COMBO_END }; const uint16_t PROGMEM mou_drg_combo[] = { KC_S, KC_D, COMBO_END }; #endif //MOUSEKEY_ENABLE