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

Added Seeed Studio Xiao RP2040 support #11

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

Conversation

b-
Copy link

@b- b- commented Jun 5, 2022

(really, I just added pin assignments, added a photo of my hid-remapper on a Xiao, and changed the wording to be a little more board-agnostic)

bri and others added 2 commits June 5, 2022 20:05
(really, I just mentioned the pin assignments, changed some of the wording to be more board-agnostic, and added a photo with my Xiao)
@rusty-bits
Copy link

you may also want to include the syntax for the cmake instruction so it will build with the definitions for the seeed-xiao-rp2040

PICO_BOARD=seeed_xiao_rp2040 cmake ..  
make  

this way things like the status light on the seeed will work correctly

@b-
Copy link
Author

b- commented Mar 14, 2023

you may also want to include the syntax for the cmake instruction so it will build with the definitions for the seeed-xiao-rp2040

PICO_BOARD=seeed_xiao_rp2040 cmake ..  
make  

this way things like the status light on the seeed will work correctly

Hey, thanks! I didn’t know this was a thing, and I figured that I’d just have to either manually reassign the LED or deal with it not working right on this board.

Actually, I didn’t even realize what the LED was supposed to do because I didn’t try this software on a Pi Pico until after already trying it on a Xiao :)

I’ll make a point of adding and testing that in the near future. Thanks again!

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

Successfully merging this pull request may close these issues.

2 participants