Skip to content

Instantly share code, notes, and snippets.

@johnmichel
Last active April 27, 2017 18:36
Show Gist options
  • Save johnmichel/1e1e899ad52e98f0c5edbc493cbc101d to your computer and use it in GitHub Desktop.
Save johnmichel/1e1e899ad52e98f0c5edbc493cbc101d to your computer and use it in GitHub Desktop.
My Karabiner Elements Config for a Varmilo VA87MN
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"devices": [
{
"disable_built_in_keyboard_if_exists": false,
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 594,
"vendor_id": 1452
},
"ignore": true
},
{
"disable_built_in_keyboard_if_exists": false,
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 610,
"vendor_id": 1452
},
"ignore": true
}
],
"fn_function_keys": {
"f1": "display_brightness_decrement",
"f10": "mute",
"f11": "volume_decrement",
"f12": "volume_increment",
"f2": "display_brightness_increment",
"f3": "mission_control",
"f4": "launchpad",
"f5": "illumination_decrement",
"f6": "illumination_increment",
"f7": "rewind",
"f8": "play_or_pause",
"f9": "fastforward"
},
"name": "OSX_Swapped",
"selected": true,
"simple_modifications": {
"left_command": "left_option",
"left_option": "left_command",
"pause": "vk_none",
"right_command": "right_option",
"right_option": "right_command",
"scroll_lock": "vk_none"
},
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"keyboard_type": "ansi"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment