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"