mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-27 07:32:44 -04:00
one more try on the drag scroll combo
This commit is contained in:
parent
6350d0043d
commit
4c13c8d016
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue