Releases: dupontgu/t9-macropad-circuitpython
Releases · dupontgu/t9-macropad-circuitpython
2.0.0-rc1
CircuitPython 7 support, Custom key layout support
Support for Adafruit MacroPad RP2040 (with display!!!)
Preliminary support for the fancy new piece from Adafruit!.
- LEDs for each key turn on, but stay a solid color
- OLED display shows the words that match the sequence you have typed. Hitting the swap key cycles through them. Pretty handy!
TODOs
- Cooler RGB stuff?
- Hook up the rotary encoder! Would be cool to have it move around the cursor.
Adafruit QT Py RP2040 support / Hosted Library Generator
- Added support for Adafruit's QT Py RP2040 board.
- Created a web server to host a very bare-bones project page, and the custom library generator script! Visit this page to turn your own list of words into a custom library file that works with this firmware. (Check the main project readme if that link goes dead, not planning ahead very well).
Pico/Win32 Support
Added support for the Raspberry Pi pico, and full functionality on Windows!
Priority Words
Add the ability to specify which word you want to show up first for a specific series of key strokes. Priority words are stored in a text file on the Circuitpy drive, and are processed at boot time.