This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Thanks to Elliotmade for the inspiration on this project | |
https://elliotmade.com/2020/04/23/physical-mute-button-for-zoom-meetings/ | |
Refactored by HaxNobody to extend functionalty | |
https://gist.github.com/HaxNobody/7bde369d7a41348b8b91c1a4f358ea4a#file-zoommutebutton-ino | |
This program will send USB HID keyboard presses to bring the Zoom window into | |
the foreground and activate microphone and video functions. | |
* A momentary press on button 1 will toggle mute on or off. | |
* Press and hold button 1 to close zoom (Zoom Needs to be in focus on a Mac (Or you will close a different window)). | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Thanks to Elliotmade for the inspiration on this project | |
https://elliotmade.com/2020/04/23/physical-mute-button-for-zoom-meetings/ | |
Refactored by HaxNobody to extend functionalty: | |
https://gist.github.com/HaxNobody/7bde369d7a41348b8b91c1a4f358ea4a#file-zoommutebutton-ino | |
This program will send USB HID keyboard presses to bring the Zoom window into | |
the foreground and activate microphone and video functions. | |
* A momentary press on button 1 will toggle mute on or off. | |
* Press and hold button 1 to activate PTT (Push-to-Talk) functionality. | |
* Press and hold button 1 to close zoom |