Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user keymaps for ergodox_ez/dvorak_42_key / atreus/dvorak_42_key #9429

Merged
merged 6 commits into from
Jun 22, 2020
Merged
Prev Previous commit
Next Next commit
Update keyboards/atreus/keymaps/dvorak_42_key/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
  • Loading branch information
luc-vocab and drashna committed Jun 18, 2020
commit 69faf5db01d304324737709ce85b365561efe75e
3 changes: 1 addition & 2 deletions keyboards/atreus/keymaps/dvorak_42_key/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
break;
case W10_TASKVIEW:
SEND_STRING(SS_LGUI(SS_TAP(X_TAB)));
tap_code16(G(KC_TAB));
return true;
break;
case W10_WORKSPACE_LEFT:
Expand All @@ -130,4 +130,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {

return true;
}