Skip to content

Commit

Permalink
Merge pull request #41 from joshmccall221/right_click_fix
Browse files Browse the repository at this point in the history
Left click was mapped to scroll wheel. This fixes that. :)
  • Loading branch information
ezuk committed Dec 16, 2015
2 parents 2384699 + 4e290a7 commit 85b7c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/ergodox_ez/keymaps/keymap_default.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ KEYMAP(
KC_TRNS, KC_TRNS, KC_TRNS, KC_MS_U, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_MS_L, KC_MS_D, KC_MS_R, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_BTN3, KC_BTN2,
KC_TRNS, KC_TRNS, KC_TRNS, KC_BTN1, KC_BTN2,
KC_TRNS, KC_TRNS,
KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS,
Expand Down

0 comments on commit 85b7c33

Please sign in to comment.