solderparty / keyboard_featherwing_sw

Creative Commons Zero v1.0 Universal
22 stars 3 forks source link

Adding NEOPIXEL to board definitions #5

Closed RetiredWizard closed 2 years ago

RetiredWizard commented 2 years ago

Just a suggestion really :)

I've added the following line to both my version of kfw_s2_board.py and kfw_pico_board.py which has allowed some of my generic RGB code to run:

NEOPIXEL = D11

This should obviously be added below the point where D11 is assigned :)

arturo182 commented 2 years ago

Hmm, you're 100% right, I'm surprised I missed that myself! Any chance you could submit a PR?

RetiredWizard commented 2 years ago

Sure, I'll put it up later this afternoon.