Last active
October 2, 2023 16:06
-
-
Save hlord2000/e8b19cc068fc669f8a5785a8975a3ec3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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