Skip to content

USB HID implementation for the Pimoroni RGB keypad base.

License

Notifications You must be signed in to change notification settings

harrybellamy/pico-rgb-keypad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pico-rgb-keypad

A project in CircuitPython to get the Pimoroni Pico RGB Keypad Base working as a USB HID.

Installation

Note: these instructions are written from a Windows perspective. You may have to modify them slightly if using other operating systems.

  1. 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.
  2. Download the AdaFruit circuit python bundle.
  3. 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)
  4. Copy the contents of the src folder to the root of the Pico.
  5. If this has worked you should see a startup animation on the keys.

About

USB HID implementation for the Pimoroni RGB keypad base.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages