Skip to content

Instantly share code, notes, and snippets.

@hlord2000
Last active October 2, 2023 16:06
Show Gist options
  • Save hlord2000/e8b19cc068fc669f8a5785a8975a3ec3 to your computer and use it in GitHub Desktop.
Save hlord2000/e8b19cc068fc669f8a5785a8975a3ec3 to your computer and use it in GitHub Desktop.
{
"version": "1.0",
"keymap": {
"layers": [
{
"name": "layer0",
"keys": [
{
"behavior": "tap",
"parameters": ["keycode_A", "option_1"]
},
{
"behavior": "hold",
"parameters": ["keycode_Shift", "option_2"]
}
]
},
{
"name": "layer1",
"keys": [
{
"behavior": "tap",
"parameters": ["keycode_B", "option_1"]
},
{
"behavior": "double_tap",
"parameters": ["keycode_C", "option_2"]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment