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 1 month 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.
- Host: GitHub
- URL: https://github.com/xenosplitter/picopad
- Owner: Xenosplitter
- Created: 2025-01-21T08:41:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T14:44:50.000Z (over 1 year ago)
- Last Synced: 2025-03-22T02:45:18.647Z (over 1 year ago)
- Topics: hid, keyboard, micropython, raspberry-pi-pico
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.