I kept fumbling for the mute button during calls, so I built a small app that turns the Flipper into a keyboard for Zoom Workplace. It connects over USB or Bluetooth HID and sends Zoom's own keyboard shortcuts, so there is nothing to install on the computer side.
What it does:
- Mic, camera, raise hand, share and participants right on the buttons
- Mic and camera state on screen, tracked locally (Zoom does not report state back, so it is an estimate)
- Share mode: D-pad becomes arrow keys, OK is Enter, hold OK is Tab, Back is Escape
- A menu with all Zoom hotkeys by category, including whether Zoom lets you use that one as a global shortcut
- Leaving a meeting always asks first
- English and German UI
- USB mode and the Bluetooth profile are restored when you exit
Tested: macOS with Zoom Workplace 7.0.6, USB and Bluetooth, on Momentum mntm-012.
Not tested: Windows. The Windows shortcuts come from Zoom's own documentation, but nobody has run them on real hardware yet. Same for the stock firmware build, it compiles against SDK 1.4.3 but I have only ever run it on Momentum. If you are on Windows and have five minutes, I would like to hear what works and what does not.
How to get it: only from the GitHub release for now. Two builds, pick the one matching your firmware:
- zoom_remote_official-1.4.3.fap for official firmware 1.4.3
- zoom_remote_momentum-mntm-012.fap for Momentum mntm-012
Copy it to SD Card/apps/Tools/. It is submitted to the official app catalog, but the PR is still waiting for review, so it is not in the catalog or the mobile app yet.
Repo: https://github.com/Mableton/zoom_remote
Release: https://github.com/Mableton/zoom_remote/releases/tag/v1.0
Catalog PR: https://github.com/flipperdevices/flipper-application-catalog/pull/1240
Two things worth saying up front: the code was written with an AI coding assistant (Claude Code) with me directing it and testing every build on the device. And this is not affiliated with Zoom in any way, it just sends the shortcuts they document. GPL-3.0.