From 4c13c8d016143ad2375254affebda58107992ebf Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 17 Apr 2024 01:03:46 -0500 Subject: [PATCH] one more try on the drag scroll combo --- 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 164a17f5..363ee1bf 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -34,7 +34,7 @@ const uint16_t PROGMEM mou_btn2_combo[] = { KC_S, KC_D, COMBO_END }; const uint16_t PROGMEM mou_btn3_combo[] = { KC_S, KC_F, COMBO_END }; const uint16_t PROGMEM mou_btn4_combo[] = { KC_E, KC_R, COMBO_END }; const uint16_t PROGMEM mou_btn5_combo[] = { KC_W, KC_E, COMBO_END }; -const uint16_t PROGMEM mou_drg_combo[] = { KC_A, KC_S, COMBO_END }; +const uint16_t PROGMEM mou_drg_combo[] = { KC_Z, KC_X, COMBO_END }; #endif //MOUSEKEY_ENABLE const uint16_t PROGMEM key_esc_combo[] = { KC_Q, KC_W, COMBO_END };