I’m trying to get my AdaFruit Macropad RP2040 working on Platform IO, I got it mostly working using the nanorp2040 connect board type, however I’m struggling with a missing piece I cannot find documentation for – all of the predefined items for the specific platform (NUM_NEOPIXEL, PIN_NEOPIXEL, OLED_DC, etc.)
I’ve been trying to find what these should be based off of searching AdaFruit’s github repo, which isn’t super useful (it’s a mix of direction and misdirection it feels, I feel close but don’t quite have neither the keypad nor display working)
Is there a way to get full “out of the box” support like I had with the Arudino IDE, am I missing a step?
On Arudino IDE I need to add this as an additional board manager URL: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json but I don’t know how to do this normally for PlatformIO.