Add support for Pi Pico to handwired/Tractyl-Manuform#26325
Open
aakan511 wants to merge 1 commit into
Open
Conversation
drashna
reviewed
Jul 13, 2026
Comment on lines
+5
to
+6
| VIA_ENABLE = yes | ||
| VIA_PROTOCOL_VERSION = 12 No newline at end of file |
Member
There was a problem hiding this comment.
Needs to be removed.
Suggested change
| VIA_ENABLE = yes | |
| VIA_PROTOCOL_VERSION = 12 |
Comment on lines
+20
to
+22
| "build": { | ||
| "lto": true | ||
| } |
Member
There was a problem hiding this comment.
Suggested change
| "build": { | |
| "lto": true | |
| } |
| #define VIA_DYNAMIC_KEYMAP_ENABLE | ||
| #define VIA_EEPROM_LAYOUT_OPTIONS_ENABLE | ||
|
|
||
| #define USB_ENDPOINT_COUNT 4 No newline at end of file |
Member
There was a problem hiding this comment.
not a thing?
Suggested change
| #define USB_ENDPOINT_COUNT 4 |
Comment on lines
+27
to
+28
| #define VIA_DYNAMIC_KEYMAP_ENABLE | ||
| #define VIA_EEPROM_LAYOUT_OPTIONS_ENABLE |
Member
There was a problem hiding this comment.
That's not how these are enabled.
Suggested change
| #define VIA_DYNAMIC_KEYMAP_ENABLE | |
| #define VIA_EEPROM_LAYOUT_OPTIONS_ENABLE |
Comment on lines
+3
to
+6
| // --- Half-Duplex Split Configuration (Single Wire over PIO) --- | ||
| // This completely ignores GP0 and handles all RX/TX traffic over GP1 | ||
| // #define SOFT_SERIAL_PIN GP1 | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| // --- Half-Duplex Split Configuration (Single Wire over PIO) --- | |
| // This completely ignores GP0 and handles all RX/TX traffic over GP1 | |
| // #define SOFT_SERIAL_PIN GP1 |
| // Handshake & Handedness | ||
| #define SPLIT_WATCHDOG_ENABLE | ||
| #define EE_HANDS | ||
| #define SPLIT_USB_DETECT |
Member
There was a problem hiding this comment.
Is the default behavior, not needed.
Suggested change
| #define SPLIT_USB_DETECT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Pi Pico to Tractyl Manuform
Description
Added new files/configurations to support building the tractyl-manuform-5x6 with Pi Picos. I validated this on my own tractyl manuform. This configuration also adds VIA support unlike other microcontroller options, so I'll add the VIA specification to their repository.
Types of Changes
Issues Fixed or Closed by This PR
Checklist