Being clever didn't work
- i think I need to specify each mouse code that must be tapped versus specifying what shouldn't be tapped
This commit is contained in:
parent
5511db5cfc
commit
1dd978d0ce
2 changed files with 21 additions and 5 deletions
|
|
@ -32,9 +32,9 @@ 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_S, KC_D, COMBO_END };
|
||||
const uint16_t PROGMEM mou_btn3_combo[] = { KC_E, KC_R, COMBO_END };
|
||||
const uint16_t PROGMEM mou_btn4_combo[] = { KC_W, KC_E, COMBO_END };
|
||||
const uint16_t PROGMEM mou_btn5_combo[] = { KC_W, KC_R, 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 };
|
||||
#endif //MOUSEKEY_ENABLE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue