• v0.0.2-beta edf0d88509

    v0.0.2-beta Pre-release

    zaph0d released this 2026-02-27 20:24:50 +01:00 | 1 commits to main since this release

    📅 Originally published on GitHub: Fri, 27 Feb 2026 19:25:03 GMT
    🏷️ Git tag created: Fri, 27 Feb 2026 19:24:50 GMT

    Beta update focused on knob write stability and documentation.

    Highlights:

    • Improved HID write reliability for configured mappings:
      • small pacing delay between report writes
      • per-key flash commit during full profile write (AA AA) for better firmware compatibility
    • Added PROMPTS.md with:
      • rough project origin
      • exact first implementation prompt (verbatim)
      • generalized reusable process for similar local agent-built tools

    Notes:

    • This remains a local-only beta utility and should not be exposed publicly.
    Downloads
  • v0.0.1-beta 5c49147cbb

    v0.0.1-beta Pre-release

    zaph0d released this 2026-02-27 19:58:37 +01:00 | 2 commits to main since this release

    📅 Originally published on GitHub: Fri, 27 Feb 2026 18:58:55 GMT
    🏷️ Git tag created: Fri, 27 Feb 2026 18:58:37 GMT

    Initial beta release of the local macOS Mini Keyboard Configurator.

    Highlights:

    • Local-only FastAPI + vanilla JS UI at http://localhost:8787
    • Direct USB HID communication in Python (no browser WebHID)
    • Protocol mapping based on reference implementations for VID 0x1189 / PID 0x8890
    • Device connect/disconnect, config write flow, test command, and diagnostics
    • LED options and profile import/export support
    • Included sample profile: media-presets.json
    • One-command macOS launcher: run-mac.sh

    Notes:

    • This is agentically/vibe coded and lightly tested.
    • Intended for local use only; do not expose publicly.
    Downloads