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

[Keyboard] Add/Update Pimoroni keybow 2040 #23986

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

willoucom
Copy link
Contributor

This is a PR to try to continue the work done on #21481

I am not the original author of the firmware.

Description

This is a continuation, I tries to update files according to the last unresolved request changes.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Jun 22, 2024
keyboards/pimoroni/keybow2040/config.h Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/info.json Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/info.json Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/mcuconf.h Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/rules.mk Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/readme.md Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/readme.md Outdated Show resolved Hide resolved
@willoucom willoucom force-pushed the pimoroni_keybow_2040 branch 2 times, most recently from e7d50a0 to 1396152 Compare June 23, 2024 08:57
@willoucom
Copy link
Contributor Author

Hello @zvecr
Thanks for your review, I fixed all the issues.

Copy link
Member

@zvecr zvecr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed a few things on the last review.

keyboards/pimoroni/keybow2040/config.h Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/keyboard.json Outdated Show resolved Hide resolved
keyboards/pimoroni/keybow2040/keybow2040.c Outdated Show resolved Hide resolved
Rename info.json to keyboard.json
Update keyboards/pimoroni/keybow2040/readme.md
Update keyboards/pimoroni/keybow2040/readme.md
Update keyboards/pimoroni/keybow2040/mcuconf.h
Update keyboards/pimoroni/keybow2040/info.json
Update keyboards/pimoroni/keybow2040/config.h
Delete rules.mk
Update keyboards/pimoroni/keybow2040/keybow2040.c
Update keyboards/pimoroni/keybow2040/keyboard.json
Update keyboards/pimoroni/keybow2040/config.h

Co-Authored-By: Joel Challis <[email protected]>
@willoucom
Copy link
Contributor Author

Missed a few things on the last review.

No problem

@willoucom willoucom requested a review from zvecr June 23, 2024 12:12
#define I2C_DRIVER I2CD0
#define I2C1_SDA_PIN GP4
#define I2C1_SCL_PIN GP5
#define I2C1_CLOCK_SPEED 100000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 100kHz? I know the 3731 can handle 400kHz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants