Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xenosplitter/picopad

Code for a Pi Pico HID to provide additional keys not otherwise available on my keyboard per button pressed. Similar to a macropad.
https://github.com/xenosplitter/picopad

hid keyboard micropython raspberry-pi-pico

Last synced: about 19 hours ago
JSON representation

Code for a Pi Pico HID to provide additional keys not otherwise available on my keyboard per button pressed. Similar to a macropad.

Awesome Lists containing this project

README

        

# Picopad

Code to turn my Raspberry Pi Pico into a macropad. Intended to send keycodes that don't already correspond to existing keys on standard US keyboards to allow for additional buttons for uses like keybinds without needing to worry about multi-button macros.

Uses the Keyboard, HID, and Core components of [micropython-lib](https://github.com/micropython/micropython-lib)'s USB set.