A project in CircuitPython to get the Pimoroni Pico RGB Keypad Base working as a USB HID.
Note: these instructions are written from a Windows perspective. You may have to modify them slightly if using other operating systems.
- Flash your Pico with CircuitPython.
- You can download the latest release here.
- The code has been tested with versions 6.2.0 and 6.3.0.
- Download the AdaFruit circuit python bundle.
- Create a
lib
folder on the Pico and copy over the following files and folders into the lib folder:- adafruit_bus_device (folder)
- adafruit_hid (folder)
- adafruit_dotstar.py (file)
- Copy the contents of the
src
folder to the root of the Pico. - If this has worked you should see a startup animation on the keys.