So I must’ve had an issue with the USB drive in my other computer because this time when I connected the teensy and sdcard to the laptop I was able to sodeload the font stuff and now it works!!! Wrapped thr leds for the blade. Tougher than I thought it would be to keep it tight and fit in the polycarbonate tube
Whut?
Connect what to what in what post?
By default powerButtonPin is 16 and aux2Pin is 17, but it’s easy to fix/change and you can do it any way you want to as long as your CONFIG_BUTTONS section matches.
If you look at the v1 configuration file you can see what each pin is defined as. I only use 2 buttons so I selected 15&16. Aux1 and pwr. That was easiest for me. Otherwise you can redefine which pin is which in that file… but that sscared me more lol.
I have soldered the pin 15 and 17 therefore i need my buttons as auxpin and auxpin2 right? Or is it necessary that one button is defined as powerButtonPin?
So, you can change which pad is connected to which button in the CONFIG_BUTTONS section.
(Click on the link and read it, if that doesn’t explain it enough, let me know.)