This file contains hidden or 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
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: yellow; icon-glyph: download; | |
// share-sheet-inputs: url; | |
/******************************************** | |
* * | |
* Import Script from Gist * | |
* * | |
* This script imports files from a Github * | |
* Gist. * |
This file contains hidden or 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
# Use this file to configure your wifi connection(s). | |
# | |
# Just uncomment the lines prefixed with a single # of the configuration | |
# that matches your wifi setup and fill in SSID and passphrase. | |
# | |
# You can configure multiple wifi connections by adding more 'network' | |
# blocks. | |
# | |
# See https://linux.die.net/man/5/wpa_supplicant.conf | |
# (or 'man -s 5 wpa_supplicant.conf') for advanced options going beyond |
This file contains hidden or 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)). | |
*/ |
OlderNewer