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 };