one more try on the drag scroll combo

This commit is contained in:
Victor 2024-04-17 01:03:46 -05:00
parent 6350d0043d
commit 4c13c8d016
Failed to generate hash of commit

View file

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