Skip to content

Instantly share code, notes, and snippets.

View jmlemetayer's full-sized avatar

Jean-Marie Lemetayer jmlemetayer

View GitHub Profile
@jmlemetayer
jmlemetayer / ymdk_id75_jmlemetayer.json
Last active December 10, 2023 20:26
My QMK configuration for the ymdk id75
{
"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",
@jmlemetayer
jmlemetayer / preonic_rev3_jmlemetayer.json
Last active December 14, 2023 08:07
My QMK configuration for the preonic rev3
{
"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",
@jmlemetayer
jmlemetayer / 45-yubikey.rules
Created January 10, 2018 08:10
Using Yubikey U2F on Debian 9 for authentication
ACTION=="remove", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", RUN+="/usr/local/bin/gnome-lock"
@jmlemetayer
jmlemetayer / keybase.md
Created October 15, 2017 09:43
keybase.md

Keybase proof

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:

@jmlemetayer
jmlemetayer / complete.py
Created April 10, 2016 13:21
Transmission to Synology Download Station on complete script
#!/usr/bin/env python
# -*- coding: utf8 -*-
import json
import os
import requests
import urllib2
import urlparse
class SynoAPI: