-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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_rp2040 #21538
Add dactyl_manuform_rp2040 #21538
Conversation
keyboards/handwired/dactyl_manuform_rp2040/keymaps/default/keymap.c
Outdated
Show resolved
Hide resolved
keyboards/handwired/dactyl_manuform_rp2040/keymaps/default/keymap.c
Outdated
Show resolved
Hide resolved
Would you be able to change |
Thanks a lot for the review! I will fix it and update the PR |
Adds new keyboard under handwired/dactyl_manuform_pi_pico It is a mashup of alcor_datyl nad dactyl_manuform(5x6)
#define SERIAL_USART_TX_PIN GP9 | ||
#define SERIAL_USART_RX_PIN GP8 | ||
#define RGB_MATRIX_LED_COUNT 2 | ||
#define EE_HANDS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a heads up, ee hands isn't great on ARM based boards, like this. split pin handedness is better, if you have the spare gpio. Also, split matrix handedness can also work (just needs matrix masking to be enabled so it doesn't keep it on)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pointer. I don't think I've noticed any issues using the keyboard for last month or two. Although pi pico has plenty GPIO. What would be the symtomps of this? Bacause I'm not sure if it's worth resoldering
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly, user experience. If it's working fine, that that's okay.
"rows": ["GP21", "GP20", "GP19", "GP18", "GP17", "GP16"] | ||
}, | ||
"rgb_matrix": { | ||
"driver": "WS2812", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"driver": "WS2812", | |
"driver": "ws2812", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! I was going to look into that in some spare time
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make dactyl_manuform_pi_pico:default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make dactyl_manuform_pi_pico:default | |
make handwired/dactyl_manuform_pi_pico:default |
|
||
Flashing example for this keyboard: | ||
|
||
make dactyl_manuform_pi_pico:default:flash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make dactyl_manuform_pi_pico:default:flash | |
make handwired/dactyl_manuform_pi_pico:default:flash |
Thank you for your contribution! |
Thank you for your contribution! |
Adds new keyboard under handwired/dactyl_manuform_rp2040
It is a mashup of alcor_datyl nad dactyl_manuform(5x6)
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
Issues Fixed or Closed by This PR
Checklist