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

Add dactyl_manuform_pi_pico #23891

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add dactyl_manuform_pi_pico #23891

wants to merge 1 commit into from

Conversation

GustawXYZ
Copy link

Adds new keyboard under handwired/dactyl_manuform_pi_pico

It is a mashup of alcor_datyl nad dactyl_manuform(5x6): a dactyl_manuform running on Pi Pico micro controller

Originally opened as #21538 but I accidentally broke that repo when trying to re-base, thus a new one.

Description

Started by cloning alcor_dactyl. Changed GPIOs to be Raspberry Pi Pico friendly.
Changed the layout to use dactyl_manuform 5x6. Added my default keymap.

Types of Changes

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

Issues Fixed or Closed by This PR

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 by flashing the keyboard and verified that they work and don't break anything (as well as I can manage).

Adds new keyboard under handwired/dactyl_manuform_pi_pico

It is a mashup of alcor_datyl nad dactyl_manuform(5x6):
a dactyl_manuform running on Pi Pico micro controller
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP9
#define SERIAL_USART_RX_PIN GP8
#define EE_HANDS
Copy link
Member

Choose a reason for hiding this comment

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

Not a huge fan of eehands on an ARM board. It's ... more complicated. If you have any GPIO pins left, the split pin handedness is a much better option.

@@ -0,0 +1,32 @@
# dactyl_manuform_pi_pico

![dactyl_manuform_pi_pico](https://github.com/GustawXYZ/dactyl_manuform_pi_pico/blob/main/images/overview.jpg?raw=true)
Copy link
Member

Choose a reason for hiding this comment

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

Image should be rehosted.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks, what would be a good place to put it?

My guess was that this repo isn't the place for it, as it would bloat the size. But I don't have any better ideas other than in this complimentary guide-repo

Copy link
Member

Choose a reason for hiding this comment

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

Imgur is the default recommendation. Though, make sure you have an account and upload it via that account, to make sure it doesn't get randomly pruned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants