Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djotaku/MacroPad_rp2040_hotkeys
Macros for the Adafruit Macropad RP2040 as well as program code
https://github.com/djotaku/MacroPad_rp2040_hotkeys
Last synced: about 2 months ago
JSON representation
Macros for the Adafruit Macropad RP2040 as well as program code
- Host: GitHub
- URL: https://github.com/djotaku/MacroPad_rp2040_hotkeys
- Owner: djotaku
- Created: 2021-08-01T20:08:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T20:49:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T03:02:50.901Z (5 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-macropad - Open Broadcaster Software (OBS
README
# Macropad RP2040 - Hotkeys Project
I had to modify the default code from Adafruit ever so slightly for it to work with OBS if OBS didn't have focus. I had to add a sleep of 0.05. (This was also needed in my [QTPy Streamdeck](https://github.com/djotaku/qtpy_streamdeck)) This seems to have a curious side effect of requiring a double tap to change scenes. But Record and Pause seem to work just fine with just one tap.
## Current Custom Macros
- OBS - this contains a macropad setup for the OBS I use most often. Before this I was using a hacked-together Macropad/Streamdeck using a [QTPy](https://github.com/djotaku/qtpy_streamdeck) with only 2 buttons so I hadn't thought about what I might do with 12 buttons. As of 20210801, it only makes use of the top 9 keys. It also does not do anything with the Encoder button press.