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

ergodox_ez: Fix the PORTD bit set when row == 11 #4464

Closed
wants to merge 1 commit into from
Closed

ergodox_ez: Fix the PORTD bit set when row == 11 #4464

wants to merge 1 commit into from

Conversation

algernon
Copy link
Contributor

In the select_row implementation of the ErgoDox EZ, when row == 11, the code was changing the 3rd bit of PORTD instead of the 2nd (DDRD was done correctly).

For some odd reason, the keyboard works either way, but it's better to be doing things correctly and not relying on chance.

In the `select_row` implementation of the ErgoDox EZ, when row == 11, the code
was changing the 3rd bit of PORTD instead of the 2nd (DDRD was done correctly).

For some odd reason, the keyboard works either way, but it's better to be doing
things correctly and not relying on chance.

Signed-off-by: Gergely Nagy <[email protected]>
@algernon
Copy link
Contributor Author

Nevermind, #4458 is the same, I forgot to look.

@algernon algernon closed this Nov 22, 2018
@algernon algernon deleted the ergodox_ez/row12 branch November 22, 2018 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant