I hereby claim:
- I am jmlemetayer on github.
- I am jmlemetayer (https://keybase.io/jmlemetayer) on keybase.
- I have a public key whose fingerprint is 4418 8416 362C 8285 0057 60B9 E96A 6F03 E452 6F5F
To claim this, I am signing this object:
{ | |
"version": 1, | |
"notes": "", | |
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", | |
"keyboard": "ymdk/id75", | |
"keymap": "ymdk_id75_jmlemetayer", | |
"layout": "LAYOUT_ortho_5x15", | |
"layers": [ | |
[ | |
"QK_GESC", |
{ | |
"version": 1, | |
"notes": "", | |
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", | |
"keyboard": "preonic/rev3", | |
"keymap": "preonic_rev3_jmlemetayer", | |
"layout": "LAYOUT_preonic_1x2uC", | |
"layers": [ | |
[ | |
"QK_GESC", |
ACTION=="remove", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", RUN+="/usr/local/bin/gnome-lock" |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf8 -*- | |
import json | |
import os | |
import requests | |
import urllib2 | |
import urlparse | |
class SynoAPI: |