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

Write firmware for the Ferris keyboard #9634

Merged
merged 18 commits into from
Jul 18, 2020
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prefer wait_ms over _delay_ms
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
pierrechevalier83 and fauxpark authored Jul 16, 2020
commit aaa00ca6c662f06bfc377e4ccc51fe92e31930dc
2 changes: 1 addition & 1 deletion keyboards/handwired/ferris/ferris.c
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ uint8_t init_mcp23017(void) {
if (i2c_initialized == 0) {
i2c_init(); // on pins D(1,0)
i2c_initialized = true;
_delay_ms(I2C_TIMEOUT);
wait_ms(I2C_TIMEOUT);
}

// set pin direction