Close

Hack Your Macro Pad: Open-Source Hardware Monitor Plugin

A project log for 8‑Key Macro pad with 3.5 inch LCD

The 8-key macro pad with screen isn’t just another macro pad — it's a visual, scriptable, dynamic control deck you build and own.

shu-yangSHU YANG 01/29/2026 at 14:400 Comments

We’ve just open-sourced a demo third-party plugin for the EezBotFun Configurator 🎉

Instead of using in-process plugins, our system exposes a Named Pipe–based IPC interface, allowing integrations to run as separate applications, written in any programming language.

As a reference implementation, we’re releasing a hardware monitoring plugin:

No Python environment is required — just download and run the executable.

Why We’re Sharing This

We want to make it easier for others to:

This demo plugin is intentionally simple, but it demonstrates the complete integration flow.

Source Code

The full source code is available on GitHub:
👉 https://github.com/eezbotfun/8-key-macropad/tree/main/3rd-party%20-integrations

We’d love to see what the community builds — custom dashboards, automation tools, or entirely new workflows.


Discussions