Skip to content

Instantly share code, notes, and snippets.

@permil
permil / config.h
Last active March 27, 2018 17:03
Let's Split keymap for JIS keyboard
/*
This is the c configuration file for the keymap
Copyright 2012 Jun Wako <wakojun@gmail.com>
Copyright 2015 Jack Humbert
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
@permil
permil / config.h
Last active January 11, 2021 21:42
My Helix keymap
/*
This is the c configuration file for the keymap
Copyright 2012 Jun Wako <wakojun@gmail.com>
Copyright 2015 Jack Humbert
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
@permil
permil / karabiner.json (snippet)
Last active June 1, 2021 08:03
Capture screen by PrintScreen (on Mac with Karabiner)
{
"description": "Capture entire screen by PrintScreen",
"manipulators": [
{
"from": {
"key_code": "print_screen"
},
"to": [
{
"key_code": "3",