For handwired Skeletyl, pretending to be a Sweep:
#define DIRECT_PINS { \
{ F4, F7, D3, D4, E6 }, \
{ F5, B1, D1, C6, B4 }, \
{ F6, B3, D0, D7, B5 }, \
{ B6, B2, NO_PIN, NO_PIN, NO_PIN } \
}
#define DIRECT_PINS_RIGHT { \
// ==UserScript== | |
// @name Zendesk Timestamp Copier | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Lucas Romero | |
// @match https://*.zendesk.com/agent/tickets/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=zendesk.com | |
// @grant none | |
// ==/UserScript== |
For handwired Skeletyl, pretending to be a Sweep:
#define DIRECT_PINS { \
{ F4, F7, D3, D4, E6 }, \
{ F5, B1, D1, C6, B4 }, \
{ F6, B3, D0, D7, B5 }, \
{ B6, B2, NO_PIN, NO_PIN, NO_PIN } \
}
#define DIRECT_PINS_RIGHT { \
#!/usr/bin/env bash | |
# | |
# DNS Switcher | |
# The list of DNS options should be defined on this file | |
# | |
# rewrite of https://github.com/matryer/bitbar-plugins/blob/master/Network/dnsswitcher.1d.sh | |
# by M Saiqul Haq (@saiqulhaq) | |
# | |
# <xbar.title>DNS Switcher</xbar.title> | |
# <xbar.version>v2.1.7-beta</xbar.version> |