Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xenosplitter/picopad
- Owner: Xenosplitter
- Created: 2025-01-21T08:41:42.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T19:23:16.000Z (about 22 hours ago)
- Last Synced: 2025-01-26T20:25:38.947Z (about 21 hours ago)
- Topics: hid, keyboard, micropython, raspberry-pi-pico
- Language: Python
- Homepage:
- Size: 6.84 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.