I’ve been working really hard on implementing a GUI Config Editor for my Mini Macro Pad project.
Mini Macro Pad (go-mmp) is a tool for creating and running macros, shortcuts, and other automated actions at the press of a button.
It works with hardware like Arduino-based macro pads or directly through a desktop GUI, making it versatile for various workflows.
FYI, there’s another type of macro pad that’s becoming popular because it’s cheap and widely available. It’s sold in a variety of configurations and under various names, but commonly referred to as ch57x. (I suspect that code refers to a WinChipHead microcontroller.)
This project’s readme shows some photos:
https://github.com/kriomant/ch57x-keyboard-tool/blob/master/README.md#supported-macro-keyboards
Oh I didn’t know about that, I’ve been working on this over a couple years now.
I think that hardware could still work with my code, but I just wanted to share what I’ve done.