-
Notifications
You must be signed in to change notification settings - Fork 263
Add MacroPad RP2040 u2if Detection #185
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
Conversation
|
@ladyada Can we offer up a new PID for this? We came up with new ones for Feather, Itsy, etc. as I remember: Adafruit_Python_PlatformDetect/adafruit_platformdetect/board.py Lines 479 to 490 in 00db106
|
|
@caternuson yeah do you have access/know how to assign a new PID? |
|
@ladyada I do not. |
|
@dhalbert can illuminate it for ya! |
329348e to
30144d6
Compare
|
@caternuson Use 0x239A/0x0107 for MacroPad u2if. We mistakenly assigned this to bootloader, but like other RP2040's it has its own due to the ROM bootloader. |
…atformDetect into add_macropad_rp2040
|
@jfurcean One quick change and I think we can merge. Tested this locally with a MacroPad loaded with new U2IF firwmare. All works as expected. |
This adds detection for the MacroPad RP2040 u2if. It needs a new USB PID before it can be merged. The PR execuc/u2if#7 should be merged before this one as well. @caternuson